mirror of
https://github.com/heyman/heynote.git
synced 2025-08-09 14:55:05 +02:00
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:
@ -4,6 +4,7 @@ GUESSLANG_LANGUAGES = [
|
||||
"json",
|
||||
"py",
|
||||
"js",
|
||||
"ts",
|
||||
"html",
|
||||
"sql",
|
||||
"java",
|
||||
|
Reference in New Issue
Block a user