diff options
| author | Yorick Peterse <yorick@yorickpeterse.com> | 2025-12-06 22:38:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-06 22:38:22 +0100 |
| commit | 20db421f5fba0c23f6a7629af96ba6d4fc531677 (patch) | |
| tree | 2ca1c4dd50e7548897866011480478295547d0bf /lua | |
| parent | feat(json): add support for jsonc files (diff) | |
| download | nvim-treesitter-20db421f5fba0c23f6a7629af96ba6d4fc531677.tar nvim-treesitter-20db421f5fba0c23f6a7629af96ba6d4fc531677.tar.gz nvim-treesitter-20db421f5fba0c23f6a7629af96ba6d4fc531677.tar.bz2 nvim-treesitter-20db421f5fba0c23f6a7629af96ba6d4fc531677.tar.lz nvim-treesitter-20db421f5fba0c23f6a7629af96ba6d4fc531677.tar.xz nvim-treesitter-20db421f5fba0c23f6a7629af96ba6d4fc531677.tar.zst nvim-treesitter-20db421f5fba0c23f6a7629af96ba6d4fc531677.zip | |
feat(inko): update to v0.4.0 (#8327)
This changes the structure of "if" expressions so the queries for
nvim-treesitter-textobjects can be changed as to not cause any crashes.
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 1351a00de..49f16187b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1025,11 +1025,11 @@ return { }, inko = { install_info = { - revision = '9d7ed4f6c0ea2a8f846f3bb00e33ab21ec9ca379', + revision = 'v0.4.0', url = 'https://github.com/inko-lang/tree-sitter-inko', }, maintainers = { '@yorickpeterse' }, - tier = 3, + tier = 1, }, ispc = { install_info = { |
