diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-12-06 11:12:18 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-12-06 18:10:39 +0100 |
| commit | 9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7 (patch) | |
| tree | ece912ccc53701b8a2d251d7656ed1b94281b906 /SUPPORTED_LANGUAGES.md | |
| parent | feat(parsers)!: remove gitlab-hosted blueprint, fusion, jsonc (diff) | |
| download | nvim-treesitter-9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7.tar nvim-treesitter-9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7.tar.gz nvim-treesitter-9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7.tar.bz2 nvim-treesitter-9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7.tar.lz nvim-treesitter-9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7.tar.xz nvim-treesitter-9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7.tar.zst nvim-treesitter-9d47b2558b29fc8c0bce5f54b8424c5f8e2c80c7.zip | |
feat(json): add support for jsonc files
Diffstat (limited to 'SUPPORTED_LANGUAGES.md')
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 695171c15..0000baa6d 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -148,7 +148,7 @@ html_tags (queries only)[^html_tags] | unstable | `H IJ ` | @TravonteD [jinja_inline](https://github.com/cathaysia/tree-sitter-jinja)[^jinja_inline] | unstable | `H J ` | @cathaysia [jq](https://github.com/flurie/tree-sitter-jq) | unstable | `H JL` | @ObserverOfTime [jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc) | unstable | `H ` | @steelsojka -[json](https://github.com/tree-sitter/tree-sitter-json) | unstable | `HFI L` | @steelsojka +[json](https://github.com/tree-sitter/tree-sitter-json) | unstable | `HFIJL` | @steelsojka [json5](https://github.com/Joakker/tree-sitter-json5) | unstable | `H J ` | @Joakker [jsonnet](https://github.com/sourcegraph/tree-sitter-jsonnet) | unstable | `HF JL` | @nawordar jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka |
