mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add jq language support (#11393)
jq is a language for manipulating JSON data: https://jqlang.github.io/jq/
This commit is contained in:
parent
931ddbb077
commit
2f60c21727
6 changed files with 220 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
|||
| javascript | ✓ | ✓ | ✓ | `typescript-language-server` |
|
||||
| jinja | ✓ | | | |
|
||||
| jjdescription | ✓ | | | |
|
||||
| jq | ✓ | ✓ | | `jq-lsp` |
|
||||
| jsdoc | ✓ | | | |
|
||||
| json | ✓ | ✓ | ✓ | `vscode-json-language-server` |
|
||||
| json5 | ✓ | | | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue