diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-01-10 06:51:35 +0000 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-01-10 10:39:10 +0100 |
| commit | 5a7e5638e7d220575b1c22c8a2e099b52231886e (patch) | |
| tree | 7cdc65fe076a201cf514957906b8e8b3e7c1a281 /lua | |
| parent | bot(parsers): update beancount, bpftrace, c3, fortran, gleam, lua, mlir, sql (diff) | |
| download | nvim-treesitter-5a7e5638e7d220575b1c22c8a2e099b52231886e.tar nvim-treesitter-5a7e5638e7d220575b1c22c8a2e099b52231886e.tar.gz nvim-treesitter-5a7e5638e7d220575b1c22c8a2e099b52231886e.tar.bz2 nvim-treesitter-5a7e5638e7d220575b1c22c8a2e099b52231886e.tar.lz nvim-treesitter-5a7e5638e7d220575b1c22c8a2e099b52231886e.tar.xz nvim-treesitter-5a7e5638e7d220575b1c22c8a2e099b52231886e.tar.zst nvim-treesitter-5a7e5638e7d220575b1c22c8a2e099b52231886e.zip | |
bot(parsers): update inko
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 ab2ec1c1f..1bee7e59b 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' }, |
