mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(vento)!: update parser and queries
Breaking change: `(keyword)` node removed. Also mark as unmaintained (Copilot-maintained)
This commit is contained in:
parent
45a07f869b
commit
9f2dad22ef
3 changed files with 24 additions and 5 deletions
|
|
@ -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
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue