Add jq language support (#11393)

jq is a language for manipulating JSON data: https://jqlang.github.io/jq/
This commit is contained in:
Val Packett 2024-08-09 12:26:28 -03:00 committed by GitHub
parent 931ddbb077
commit 2f60c21727
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 220 additions and 0 deletions

View file

@ -97,6 +97,7 @@
| javascript | ✓ | ✓ | ✓ | `typescript-language-server` |
| jinja | ✓ | | | |
| jjdescription | ✓ | | | |
| jq | ✓ | ✓ | | `jq-lsp` |
| jsdoc | ✓ | | | |
| json | ✓ | ✓ | ✓ | `vscode-json-language-server` |
| json5 | ✓ | | | |