Add TypeScript, JSX and TSX language support (#64)

* Add language support for TypeScript

* Add formatter for TypeScript

* Add language autodetection for TypeScript

* Add TypeScript to list of featured languages

* Add language support for JSX and TSX

* Add JSX and TSX to list of featured languages

* Remove guesslang token from JSX and TSX

* Fix syntax error

---------

Co-authored-by: Jonatan Heyman <jonatan@heyman.info>
This commit is contained in:
Espen Jacobsson
2023-12-26 00:47:28 +01:00
committed by GitHub
parent bb511b868b
commit 475f3465fe
5 changed files with 29 additions and 3 deletions

View File

@ -4,6 +4,7 @@ GUESSLANG_LANGUAGES = [
"json",
"py",
"js",
"ts",
"html",
"sql",
"java",