diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-08-10 12:58:04 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | ab230eadd4a96baec86fb17bd625893649f2612f (patch) | |
| tree | ca4ecdccb519c8124028ff42f831a208b23f7bb3 /SUPPORTED_LANGUAGES.md | |
| parent | feat(install)!: drop support for git (diff) | |
| download | nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.gz nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.bz2 nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.lz nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.xz nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.zst nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.zip | |
feat(config)!: remove auto_install
use https://github.com/lewis6991/ts-install.nvim instead
Diffstat (limited to 'SUPPORTED_LANGUAGES.md')
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 028caeaff..fe389b55a 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -183,8 +183,8 @@ jsx (queries only)[^jsx] | community | `HFIJ ` | @steelsojka [passwd](https://github.com/ath3/tree-sitter-passwd) | community | `H ` | @amaanq [pem](https://github.com/tree-sitter-grammars/tree-sitter-pem) | core | `HF J ` | @ObserverOfTime [perl](https://github.com/tree-sitter-perl/tree-sitter-perl) | community | `HF J ` | @RabbiVeesh, @LeoNerd -[php](https://github.com/tree-sitter/tree-sitter-php)[^php] | core | `HFIJL` | @tk-shirasaka -[php_only](https://github.com/tree-sitter/tree-sitter-php)[^php_only] | core | `HFIJL` | @tk-shirasaka +[php](https://github.com/tree-sitter/tree-sitter-php)[^php] | core | `HFIJL` | @tk-shirasaka, @calebdw +[php_only](https://github.com/tree-sitter/tree-sitter-php)[^php_only] | core | `HFIJL` | @tk-shirasaka, @calebdw [phpdoc](https://github.com/claytonrcarter/tree-sitter-phpdoc) | community | `H ` | @mikehaertl [pioasm](https://github.com/leo60228/tree-sitter-pioasm) | community | `H J ` | @leo60228 [po](https://github.com/tree-sitter-grammars/tree-sitter-po) | core | `HF J ` | @amaanq @@ -198,7 +198,7 @@ jsx (queries only)[^jsx] | community | `HFIJ ` | @steelsojka [prolog](https://github.com/foxyseta/tree-sitter-prolog) | community | `HFIJ ` | @foxyseta [promql](https://github.com/MichaHoffmann/tree-sitter-promql) | community | `H J ` | @MichaHoffmann [properties](https://github.com/tree-sitter-grammars/tree-sitter-properties)[^properties] | core | `H JL` | @ObserverOfTime -[proto](https://github.com/treywood/tree-sitter-proto) | community | `HF J ` | @treywood +[proto](https://github.com/treywood/tree-sitter-proto) | community | `HFIJ ` | @treywood [prql](https://github.com/PRQL/tree-sitter-prql) | community | `H J ` | @matthias-Q [psv](https://github.com/tree-sitter-grammars/tree-sitter-csv) | core | `H ` | @amaanq [pug](https://github.com/zealot128/tree-sitter-pug) | community | `H J ` | @zealot128 |
