aboutsummaryrefslogtreecommitdiffstats
path: root/SUPPORTED_LANGUAGES.md
diff options
context:
space:
mode:
authorYorick Peterse <yorick@yorickpeterse.com>2025-12-06 22:38:22 +0100
committerGitHub <noreply@github.com>2025-12-06 22:38:22 +0100
commit20db421f5fba0c23f6a7629af96ba6d4fc531677 (patch)
tree2ca1c4dd50e7548897866011480478295547d0bf /SUPPORTED_LANGUAGES.md
parentfeat(json): add support for jsonc files (diff)
downloadnvim-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 'SUPPORTED_LANGUAGES.md')
-rw-r--r--SUPPORTED_LANGUAGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index 0000baa6d..b2c006f84 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -138,7 +138,7 @@ html_tags (queries only)[^html_tags] | unstable | `H IJ ` | @TravonteD
[idl](https://github.com/cathaysia/tree-sitter-idl) | unstable | `H IJ ` | @cathaysia
[idris](https://github.com/kayhide/tree-sitter-idris) | unstable | `HF JL` |
[ini](https://github.com/justinmk/tree-sitter-ini) | unstable | `HF J ` | @theHamsta
-[inko](https://github.com/inko-lang/tree-sitter-inko) | unmaintained | `HFIJL` | @yorickpeterse
+[inko](https://github.com/inko-lang/tree-sitter-inko) | stable | `HFIJL` | @yorickpeterse
[ispc](https://github.com/tree-sitter-grammars/tree-sitter-ispc) | unstable | `HFIJL` | @fab4100
[janet_simple](https://github.com/sogaiu/tree-sitter-janet-simple) | unstable | `HF JL` | @sogaiu
[java](https://github.com/tree-sitter/tree-sitter-java) | unstable | `HFIJL` | @p00f