diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-01-25 11:03:28 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-01-25 11:08:41 +0000 |
| commit | 568ede7e79172a0fe7c9d631454a97ad968deaf2 (patch) | |
| tree | 06df976d57fa654c5c46cff4ec5c5ecf2f0ccb1d /lua | |
| parent | feat(rust): add !xml injection (diff) | |
| download | nvim-treesitter-568ede7e79172a0fe7c9d631454a97ad968deaf2.tar nvim-treesitter-568ede7e79172a0fe7c9d631454a97ad968deaf2.tar.gz nvim-treesitter-568ede7e79172a0fe7c9d631454a97ad968deaf2.tar.bz2 nvim-treesitter-568ede7e79172a0fe7c9d631454a97ad968deaf2.tar.lz nvim-treesitter-568ede7e79172a0fe7c9d631454a97ad968deaf2.tar.xz nvim-treesitter-568ede7e79172a0fe7c9d631454a97ad968deaf2.tar.zst nvim-treesitter-568ede7e79172a0fe7c9d631454a97ad968deaf2.zip | |
bot(parsers): update ruby, vue
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 556bcdf8d..9dcada1f9 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1964,7 +1964,7 @@ return { }, ruby = { install_info = { - revision = '89bd7a8e5450cb6a942418a619d30469f259e5d6', + revision = 'ab6dca77a8184abc94af6e3e82538741b5078d63', url = 'https://github.com/tree-sitter/tree-sitter-ruby', }, maintainers = { '@TravonteD' }, @@ -2561,7 +2561,7 @@ return { vue = { install_info = { branch = 'main', - revision = '22bdfa6c9fc0f5ffa44c6e938ec46869ac8a99ff', + revision = 'ce8011a414fdf8091f4e4071752efc376f4afb08', url = 'https://github.com/tree-sitter-grammars/tree-sitter-vue', }, maintainers = { '@WhyNotHugo', '@lucario387' }, |
