We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730ea6d commit 5b14fb4Copy full SHA for 5b14fb4
1 file changed
packages/opencode/parsers-config.ts
@@ -166,6 +166,16 @@ export default {
166
// },
167
168
},
169
+ {
170
+ filetype: "vue",
171
+ wasm: "https://github.com/anomalyco/tree-sitter-vue/releases/download/v0.1.2/tree-sitter-vue.wasm",
172
+ queries: {
173
+ highlights: [
174
+ "https://raw.githubusercontent.com/anomalyco/tree-sitter-vue/v0.1.2/queries/html_tags/highlights.scm",
175
+ "https://raw.githubusercontent.com/anomalyco/tree-sitter-vue/v0.1.2/queries/vue/highlights.scm",
176
+ ],
177
+ },
178
179
{
180
filetype: "hcl",
181
wasm: "https://github.com/tree-sitter-grammars/tree-sitter-hcl/releases/download/v1.2.0/tree-sitter-hcl.wasm",
0 commit comments