We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a1050 commit 112f167Copy full SHA for 112f167
src/lib/languages.ts
@@ -35,6 +35,7 @@ export const DEFAULT_LANGUAGES = [
35
'javascript',
36
'javascriptreact',
37
'reason',
38
+ 'typescript',
39
'typescriptreact',
40
// mixed
41
'vue',
src/lsp/util/js.ts
@@ -6,6 +6,7 @@ export const JS_LANGUAGES = [
6
7
8
9
10
11
]
12
0 commit comments