Files
nvim-treesitter/runtime/queries/vento/highlights.scm
Christian Clason 9f2dad22ef feat(vento)!: update parser and queries
Breaking change: `(keyword)` node removed.

Also mark as unmaintained (Copilot-maintained)
2026-02-11 12:14:00 +01:00

34 lines
328 B
Scheme

(comment) @comment @spell
[
"if"
"/if"
"else"
"for"
"/for"
"layout"
"/layout"
"set"
"/set"
"import"
"export"
"/export"
"include"
"function"
"/function"
"fragment"
"/fragment"
"of"
"async"
] @keyword
(tag
[
"{{"
"{{-"
"}}"
"-}}"
] @punctuation.special)
"|>" @operator