diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-07-20 11:47:34 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-07-20 11:53:37 +0200 |
| commit | f14b356d548eafb6e0270aad904907424e16f9cd (patch) | |
| tree | 7e09366ca332179e202120daf44c854a1bc7b655 /lua | |
| parent | chore(nix): update url and maintainers (diff) | |
| download | nvim-treesitter-f14b356d548eafb6e0270aad904907424e16f9cd.tar nvim-treesitter-f14b356d548eafb6e0270aad904907424e16f9cd.tar.gz nvim-treesitter-f14b356d548eafb6e0270aad904907424e16f9cd.tar.bz2 nvim-treesitter-f14b356d548eafb6e0270aad904907424e16f9cd.tar.lz nvim-treesitter-f14b356d548eafb6e0270aad904907424e16f9cd.tar.xz nvim-treesitter-f14b356d548eafb6e0270aad904907424e16f9cd.tar.zst nvim-treesitter-f14b356d548eafb6e0270aad904907424e16f9cd.zip | |
feat(chatito)!: update parser and queries
node `(eq)` is replaced by field `eq: _`
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 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' }, |
