diff options
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 | ||||
| -rw-r--r-- | runtime/queries/chatito/highlights.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 7680de928..034a59a7e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -206,7 +206,7 @@ return { }, chatito = { install_info = { - revision = 'b4cbe9ab7672d5106e9550d8413835395a1be362', + revision = '433a7a150da013f380d2bd435e0c4373f7f4481c', url = 'https://github.com/tree-sitter-grammars/tree-sitter-chatito', }, maintainers = { '@ObserverOfTime' }, diff --git a/runtime/queries/chatito/highlights.scm b/runtime/queries/chatito/highlights.scm index 47113f2cf..e756064b3 100644 --- a/runtime/queries/chatito/highlights.scm +++ b/runtime/queries/chatito/highlights.scm @@ -11,7 +11,7 @@ "," @punctuation.delimiter -(eq) @operator +eq: _ @operator ([ "\"" |
