We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9ce0f commit 33e9f55Copy full SHA for 33e9f55
packages/vscode/src/panda-extension.ts
@@ -18,6 +18,8 @@ const docSelector: vscode.DocumentSelector = [
18
'javascript',
19
'javascriptreact',
20
'astro',
21
+ 'glimmer-js',
22
+ 'glimmer-ts',
23
// TODO re-enable whenever we figured out how to map transformed file AST nodes to their original positions
24
// 'svelte',
25
// 'vue',
0 commit comments