diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-07-18 20:26:55 +0000 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-07-18 22:36:59 +0200 |
| commit | 24977147550d53589e53b874ec75e14e4fbc304e (patch) | |
| tree | 9706f9d64b2e924664f48ad77349141402501265 | |
| parent | bot(parsers): update angular, apex, beancount, blade, bpftrace, c, cmake, cue... (diff) | |
| download | nvim-treesitter-24977147550d53589e53b874ec75e14e4fbc304e.tar nvim-treesitter-24977147550d53589e53b874ec75e14e4fbc304e.tar.gz nvim-treesitter-24977147550d53589e53b874ec75e14e4fbc304e.tar.bz2 nvim-treesitter-24977147550d53589e53b874ec75e14e4fbc304e.tar.lz nvim-treesitter-24977147550d53589e53b874ec75e14e4fbc304e.tar.xz nvim-treesitter-24977147550d53589e53b874ec75e14e4fbc304e.tar.zst nvim-treesitter-24977147550d53589e53b874ec75e14e4fbc304e.zip | |
bot(parsers): update inko
| -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 e10eb2409..dfbf53e91 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1024,7 +1024,7 @@ return { }, inko = { install_info = { - revision = 'v0.5.1', + revision = 'v0.8.0', url = 'https://github.com/inko-lang/tree-sitter-inko', }, maintainers = { '@yorickpeterse' }, |
