mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(ziggy,ziggy-schema): update parser and queries
Breaking change: ziggy-schema removed "map" node
This commit is contained in:
committed by
Christian Clason
parent
3dc6834b30
commit
4eb12d7a1f
@@ -2632,7 +2632,7 @@ return {
|
||||
ziggy = {
|
||||
install_info = {
|
||||
location = 'tree-sitter-ziggy',
|
||||
revision = 'fe3bf9389e7ff213cf3548caaf9c6f3d4bb38647',
|
||||
revision = 'eeb21acc0a369dca503167fe963f4f5a7eda2659',
|
||||
url = 'https://github.com/kristoff-it/ziggy',
|
||||
},
|
||||
maintainers = { '@rockorager' },
|
||||
@@ -2641,7 +2641,7 @@ return {
|
||||
ziggy_schema = {
|
||||
install_info = {
|
||||
location = 'tree-sitter-ziggy-schema',
|
||||
revision = 'fe3bf9389e7ff213cf3548caaf9c6f3d4bb38647',
|
||||
revision = 'eeb21acc0a369dca503167fe963f4f5a7eda2659',
|
||||
url = 'https://github.com/kristoff-it/ziggy',
|
||||
},
|
||||
maintainers = { '@rockorager' },
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user