Skip to content

Commit 33e9f55

Browse files
authored
feat: activate on gjs/gts files
1 parent 8a9ce0f commit 33e9f55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vscode/src/panda-extension.ts

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const docSelector: vscode.DocumentSelector = [
1818
'javascript',
1919
'javascriptreact',
2020
'astro',
21+
'glimmer-js',
22+
'glimmer-ts',
2123
// TODO re-enable whenever we figured out how to map transformed file AST nodes to their original positions
2224
// 'svelte',
2325
// 'vue',

0 commit comments

Comments
 (0)