diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-01-10 06:51:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-10 06:51:35 +0000 |
| commit | 9e79a53ee0f5a3cfa104654c049953b0a6c6e209 (patch) | |
| tree | 41a0a411bd380a53237ddca933507c54bdd26a32 | |
| parent | test(init): remove upstreamed Nickel ft detection (diff) | |
| download | nvim-treesitter-update-parsers-tier-1.tar nvim-treesitter-update-parsers-tier-1.tar.gz nvim-treesitter-update-parsers-tier-1.tar.bz2 nvim-treesitter-update-parsers-tier-1.tar.lz nvim-treesitter-update-parsers-tier-1.tar.xz nvim-treesitter-update-parsers-tier-1.tar.zst nvim-treesitter-update-parsers-tier-1.zip | |
bot(parsers): update inkoupdate-parsers-tier-1
| -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 1aa37c35c..5a649f2b2 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1033,7 +1033,7 @@ return { }, inko = { install_info = { - revision = 'v0.4.0', + revision = 'v0.5.1', url = 'https://github.com/inko-lang/tree-sitter-inko', }, maintainers = { '@yorickpeterse' }, |
