add support for json5 (#8473)

* add json5 language

* docgen
This commit is contained in:
DS/Charlie 2023-10-07 00:29:42 +02:00 committed by GitHub
parent 68fce3e160
commit 93e54fa0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 0 deletions

View file

@ -76,6 +76,7 @@
| jinja | ✓ | | | |
| jsdoc | ✓ | | | |
| json | ✓ | | ✓ | `vscode-json-language-server` |
| json5 | ✓ | | | |
| jsonnet | ✓ | | | `jsonnet-language-server` |
| jsx | ✓ | ✓ | ✓ | `typescript-language-server` |
| julia | ✓ | ✓ | ✓ | `julia` |