mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(chatito)!: update parser and queries
node `(eq)` is replaced by field `eq: _`
This commit is contained in:
committed by
Christian Clason
parent
afe267b50e
commit
f14b356d54
@@ -206,7 +206,7 @@ return {
|
||||
},
|
||||
chatito = {
|
||||
install_info = {
|
||||
revision = 'b4cbe9ab7672d5106e9550d8413835395a1be362',
|
||||
revision = '433a7a150da013f380d2bd435e0c4373f7f4481c',
|
||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-chatito',
|
||||
},
|
||||
maintainers = { '@ObserverOfTime' },
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
"," @punctuation.delimiter
|
||||
|
||||
(eq) @operator
|
||||
eq: _ @operator
|
||||
|
||||
([
|
||||
"\""
|
||||
|
||||
Reference in New Issue
Block a user