diff options
| author | Mouinul Hossain <122956967+OXY2DEV@users.noreply.github.com> | 2025-09-29 07:04:09 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-28 18:04:09 -0700 |
| commit | db50897909bfd77d816ef3958e392a2f7fccd057 (patch) | |
| tree | 5d517c5b45e2a8df0c776b34174f57fc350fadc2 /SUPPORTED_LANGUAGES.md | |
| parent | feat(inko)!: update parser and queries (diff) | |
| download | nvim-treesitter-db50897909bfd77d816ef3958e392a2f7fccd057.tar nvim-treesitter-db50897909bfd77d816ef3958e392a2f7fccd057.tar.gz nvim-treesitter-db50897909bfd77d816ef3958e392a2f7fccd057.tar.bz2 nvim-treesitter-db50897909bfd77d816ef3958e392a2f7fccd057.tar.lz nvim-treesitter-db50897909bfd77d816ef3958e392a2f7fccd057.tar.xz nvim-treesitter-db50897909bfd77d816ef3958e392a2f7fccd057.tar.zst nvim-treesitter-db50897909bfd77d816ef3958e392a2f7fccd057.zip | |
feat(parsers): add kitty (#8129)
Diffstat (limited to 'SUPPORTED_LANGUAGES.md')
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 2cc4bd6a9..3386e6bf2 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -160,6 +160,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka [kcl](https://github.com/kcl-lang/tree-sitter-kcl) | unstable | `HF J ` | | @bertbaron [kconfig](https://github.com/tree-sitter-grammars/tree-sitter-kconfig) | unstable | `HFIJL` | | @amaanq [kdl](https://github.com/tree-sitter-grammars/tree-sitter-kdl) | unstable | `HFIJL` | | @amaanq +[kitty](https://github.com/OXY2DEV/tree-sitter-kitty) | unstable | `H J ` | | @OXY2DEV [kotlin](https://github.com/fwcd/tree-sitter-kotlin) | unstable | `HF JL` | | @SalBakraa [koto](https://github.com/koto-lang/tree-sitter-koto) | unstable | `HF JL` | | @irh [kusto](https://github.com/Willem-J-an/tree-sitter-kusto) | unstable | `H J ` | | @Willem-J-an |
