feat(vento)!: update parser and queries

Breaking change: `(keyword)` node removed.

Also mark as unmaintained (Copilot-maintained)
This commit is contained in:
Christian Clason 2026-02-11 11:58:19 +01:00 committed by Christian Clason
parent 45a07f869b
commit 9f2dad22ef
3 changed files with 24 additions and 5 deletions

View file

@ -1,6 +1,26 @@
(comment) @comment @spell
(keyword) @keyword
[
"if"
"/if"
"else"
"for"
"/for"
"layout"
"/layout"
"set"
"/set"
"import"
"export"
"/export"
"include"
"function"
"/function"
"fragment"
"/fragment"
"of"
"async"
] @keyword
(tag
[