Skip to content

Commit 207abfd

Browse files
committed
add typescript and typescriptreact
1 parent d007595 commit 207abfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extension.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ export function activate(context: vsc.ExtensionContext) {
190190
'nunjucks',
191191
'javascript',
192192
'javascriptreact',
193-
'erb'
193+
'erb',
194+
'typescript',
195+
'typescriptreact'
194196
]
195197

196198
context.subscriptions.push(vsc.languages.registerCompletionItemProvider(langs, new ClassServer()));

0 commit comments

Comments
 (0)