aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2026-01-10 06:51:35 +0000
committerGitHub <noreply@github.com>2026-01-10 06:51:35 +0000
commit9e79a53ee0f5a3cfa104654c049953b0a6c6e209 (patch)
tree41a0a411bd380a53237ddca933507c54bdd26a32
parenttest(init): remove upstreamed Nickel ft detection (diff)
downloadnvim-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.lua2
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' },