fix(tui): add Vue syntax highlighting (#30802)

This commit is contained in:
Aiden Cline 2026-06-04 14:02:11 -05:00 committed by GitHub
parent 730ea6d2e3
commit 5b14fb4a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,6 +166,16 @@ export default {
// },
// },
},
{
filetype: "vue",
wasm: "https://github.com/anomalyco/tree-sitter-vue/releases/download/v0.1.2/tree-sitter-vue.wasm",
queries: {
highlights: [
"https://raw.githubusercontent.com/anomalyco/tree-sitter-vue/v0.1.2/queries/html_tags/highlights.scm",
"https://raw.githubusercontent.com/anomalyco/tree-sitter-vue/v0.1.2/queries/vue/highlights.scm",
],
},
},
{
filetype: "hcl",
wasm: "https://github.com/tree-sitter-grammars/tree-sitter-hcl/releases/download/v1.2.0/tree-sitter-hcl.wasm",