diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-02-28 07:01:10 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-02-28 07:10:54 +0000 |
| commit | 6bc51d020a5e06b7e20ea82dbc47196d3d3027c7 (patch) | |
| tree | 285c5a86eab212219c1a55ea23b125e160b9d4a2 | |
| parent | feat(ecma): variable definition from object destructure with alias (diff) | |
| download | nvim-treesitter-6bc51d020a5e06b7e20ea82dbc47196d3d3027c7.tar nvim-treesitter-6bc51d020a5e06b7e20ea82dbc47196d3d3027c7.tar.gz nvim-treesitter-6bc51d020a5e06b7e20ea82dbc47196d3d3027c7.tar.bz2 nvim-treesitter-6bc51d020a5e06b7e20ea82dbc47196d3d3027c7.tar.lz nvim-treesitter-6bc51d020a5e06b7e20ea82dbc47196d3d3027c7.tar.xz nvim-treesitter-6bc51d020a5e06b7e20ea82dbc47196d3d3027c7.tar.zst nvim-treesitter-6bc51d020a5e06b7e20ea82dbc47196d3d3027c7.zip | |
bot(parsers): update blade, kotlin, liquidsoap, lua, markdown, markdown_inline, mlir, proto, unison, vim
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 49b6de5a8..39dc10687 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -125,7 +125,7 @@ return { }, blade = { install_info = { - revision = 'cc764dadcbbceb3f259396fef66f970c72e94f96', + revision = '42b3c5a06bc29fbd2c2cbd52b96113365fbed646', url = 'https://github.com/EmranMR/tree-sitter-blade', }, maintainers = { '@calebdw' }, @@ -1204,7 +1204,7 @@ return { }, kotlin = { install_info = { - revision = 'c10ad83a66c76855e006496db3bdb002afc49203', + revision = 'cbed96ab13dbc082eeeb2e8333c342a62829c29d', url = 'https://github.com/fwcd/tree-sitter-kotlin', }, tier = 2, @@ -1276,7 +1276,7 @@ return { }, liquidsoap = { install_info = { - revision = 'd092c65598e940564e12214ff7c2097528cfa159', + revision = 'abd0eccddd680102064e0eca82ef954bd8d1a301', url = 'https://github.com/savonet/tree-sitter-liquidsoap', }, maintainers = { '@toots' }, @@ -1292,7 +1292,7 @@ return { }, lua = { install_info = { - revision = '9380fa1adad9b4277bcaf6afbd1600267220a8a8', + revision = '10fe0054734eec83049514ea2e718b2a56acd0c9', url = 'https://github.com/tree-sitter-grammars/tree-sitter-lua', }, maintainers = { '@muniftanjim' }, @@ -1343,7 +1343,7 @@ return { markdown = { install_info = { location = 'tree-sitter-markdown', - revision = '808e105aff82bc7cbc1587384dab71151b62182f', + revision = 'f969cd3ae3f9fbd4e43205431d0ae286014c05b5', url = 'https://github.com/tree-sitter-grammars/tree-sitter-markdown', }, maintainers = { '@MDeiml' }, @@ -1354,7 +1354,7 @@ return { markdown_inline = { install_info = { location = 'tree-sitter-markdown-inline', - revision = '808e105aff82bc7cbc1587384dab71151b62182f', + revision = 'f969cd3ae3f9fbd4e43205431d0ae286014c05b5', url = 'https://github.com/tree-sitter-grammars/tree-sitter-markdown', }, maintainers = { '@MDeiml' }, @@ -1395,7 +1395,7 @@ return { mlir = { install_info = { generate = true, - revision = '520cab3d4c436a5ee84d18e36647a83da6e46c02', + revision = '1cff1bf79135f8effef87d7cee9d3b26d1970ee9', url = 'https://github.com/artagnon/tree-sitter-mlir', }, maintainers = { '@artagnon' }, @@ -1709,7 +1709,7 @@ return { }, proto = { install_info = { - revision = '213175b7aa595fab7eba7d4eadeb62d9c7e0879e', + revision = 'f0e767689c6e9efe7ff2e4b8680db71411915588', url = 'https://github.com/coder3101/tree-sitter-proto', }, maintainers = { '@stefanvanburen' }, @@ -2468,7 +2468,7 @@ return { unison = { install_info = { generate = true, - revision = '16650de9f519e41f8e88b22b4c401d50fa0ac8ca', + revision = '10365cc70ab2b2de85ea7ab35cf6b7636c36ce8b', url = 'https://github.com/kylegoetz/tree-sitter-unison', }, maintainers = { '@tapegram' }, @@ -2532,7 +2532,7 @@ return { }, vim = { install_info = { - revision = '59d2fd4a46a18f07e29a863b07bbc2409c34c6d0', + revision = '3092fcd99eb87bbd0fc434aa03650ba58bd5b43b', url = 'https://github.com/tree-sitter-grammars/tree-sitter-vim', }, maintainers = { '@clason' }, |
