Skip to content

Commit 112f167

Browse files
author
Brad Cornes
committed
add typescript (tailwindlabs#118)
1 parent 51a1050 commit 112f167

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/languages.ts

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const DEFAULT_LANGUAGES = [
3535
'javascript',
3636
'javascriptreact',
3737
'reason',
38+
'typescript',
3839
'typescriptreact',
3940
// mixed
4041
'vue',

src/lsp/util/js.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const JS_LANGUAGES = [
66
'javascript',
77
'javascriptreact',
88
'reason',
9+
'typescript',
910
'typescriptreact',
1011
]
1112

0 commit comments

Comments
 (0)