mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat(ziggy,ziggy-schema): update parser and queries
Breaking change: ziggy-schema removed "map" node
This commit is contained in:
parent
3dc6834b30
commit
4eb12d7a1f
2 changed files with 13 additions and 3 deletions
|
|
@ -9,9 +9,18 @@
|
|||
"struct"
|
||||
"root"
|
||||
"enum"
|
||||
"map"
|
||||
"null"
|
||||
] @keyword
|
||||
|
||||
(string) @string
|
||||
|
||||
(number) @number
|
||||
|
||||
[
|
||||
"true"
|
||||
"false"
|
||||
] @boolean
|
||||
|
||||
(identifier) @type
|
||||
|
||||
"?" @type
|
||||
|
|
@ -27,6 +36,7 @@
|
|||
|
||||
[
|
||||
","
|
||||
":"
|
||||
"|"
|
||||
] @punctuation.delimiter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue