diff options
| author | Sebastian Lyng Johansen <sebastian@lyngjohansen.com> | 2025-02-17 17:18:33 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | 02a1a0537c450fe6c9dd525320c688a54aa52baa (patch) | |
| tree | 38ac482e95c28a718e940b964a45f0be68b8284d /SUPPORTED_LANGUAGES.md | |
| parent | feat(parsers): rework tiers (diff) | |
| download | nvim-treesitter-02a1a0537c450fe6c9dd525320c688a54aa52baa.tar nvim-treesitter-02a1a0537c450fe6c9dd525320c688a54aa52baa.tar.gz nvim-treesitter-02a1a0537c450fe6c9dd525320c688a54aa52baa.tar.bz2 nvim-treesitter-02a1a0537c450fe6c9dd525320c688a54aa52baa.tar.lz nvim-treesitter-02a1a0537c450fe6c9dd525320c688a54aa52baa.tar.xz nvim-treesitter-02a1a0537c450fe6c9dd525320c688a54aa52baa.tar.zst nvim-treesitter-02a1a0537c450fe6c9dd525320c688a54aa52baa.zip | |
fix(install): early return if parser_info does not exist
Diffstat (limited to 'SUPPORTED_LANGUAGES.md')
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 648c0d445..e64daff2d 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -151,6 +151,7 @@ html_tags (queries only)[^html_tags] | unstable | `H IJ ` | @TravonteD jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka [julia](https://github.com/tree-sitter/tree-sitter-julia) | unstable | `HFIJL` | @fredrikekre [just](https://github.com/IndianBoy42/tree-sitter-just) | unstable | `HFIJL` | @Hubro +[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 [kotlin](https://github.com/fwcd/tree-sitter-kotlin) | unstable | `HF JL` | @SalBakraa @@ -261,7 +262,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka [sosl](https://github.com/aheber/tree-sitter-sfapex) | unstable | `H ` | @aheber, @xixiafinland [sourcepawn](https://github.com/nilshelmig/tree-sitter-sourcepawn) | unstable | `H JL` | @Sarrus1 [sparql](https://github.com/GordianDziwis/tree-sitter-sparql) | unstable | `HFIJL` | @GordianDziwis -[sql](https://github.com/derekstride/tree-sitter-sql) | unstable | `H IJ ` | @derekstride +[sql](https://github.com/derekstride/tree-sitter-sql) | unstable | `HFIJ ` | @derekstride [squirrel](https://github.com/tree-sitter-grammars/tree-sitter-squirrel) | unstable | `HFIJL` | @amaanq [ssh_config](https://github.com/tree-sitter-grammars/tree-sitter-ssh-config) | unstable | `HFIJL` | @ObserverOfTime [starlark](https://github.com/tree-sitter-grammars/tree-sitter-starlark) | unstable | `HFIJL` | @amaanq |
