aboutsummaryrefslogtreecommitdiffstats
path: root/SUPPORTED_LANGUAGES.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-12-06 13:22:04 +0100
committerChristian Clason <ch.clason+github@icloud.com>2025-12-06 13:29:48 +0100
commit596923959a50d8d975ec129f531f6673ea72fc21 (patch)
tree0b31a9eb8ca609894528cb080867214d9a392e52 /SUPPORTED_LANGUAGES.md
parentfeat(parsers): update angular, c3, desktop, elm, forth, inko, mlir, nix, pkl,... (diff)
downloadnvim-treesitter-596923959a50d8d975ec129f531f6673ea72fc21.tar
nvim-treesitter-596923959a50d8d975ec129f531f6673ea72fc21.tar.gz
nvim-treesitter-596923959a50d8d975ec129f531f6673ea72fc21.tar.bz2
nvim-treesitter-596923959a50d8d975ec129f531f6673ea72fc21.tar.lz
nvim-treesitter-596923959a50d8d975ec129f531f6673ea72fc21.tar.xz
nvim-treesitter-596923959a50d8d975ec129f531f6673ea72fc21.tar.zst
nvim-treesitter-596923959a50d8d975ec129f531f6673ea72fc21.zip
fix(inko): downgrade parser
Problem: The commit https://github.com/inko-lang/tree-sitter-inko/commit/fc37d05c363ccf7f515354c5a47d72b2d3ff555e broke parsing a textobjects query. Solution: Downgrade parser to previous commit and pin it (until we can move it to tier 1).
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 17644448a..7a3380cd8 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -140,7 +140,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) | unstable | `HFIJL` | @yorickpeterse
+[inko](https://github.com/inko-lang/tree-sitter-inko) | unmaintained | `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