mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(chatito)!: update parser and queries
node `(eq)` is replaced by field `eq: _`
This commit is contained in:
parent
afe267b50e
commit
f14b356d54
2 changed files with 2 additions and 2 deletions
|
|
@ -206,7 +206,7 @@ return {
|
||||||
},
|
},
|
||||||
chatito = {
|
chatito = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'b4cbe9ab7672d5106e9550d8413835395a1be362',
|
revision = '433a7a150da013f380d2bd435e0c4373f7f4481c',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-chatito',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-chatito',
|
||||||
},
|
},
|
||||||
maintainers = { '@ObserverOfTime' },
|
maintainers = { '@ObserverOfTime' },
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
"," @punctuation.delimiter
|
"," @punctuation.delimiter
|
||||||
|
|
||||||
(eq) @operator
|
eq: _ @operator
|
||||||
|
|
||||||
([
|
([
|
||||||
"\""
|
"\""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue