mirror of https://github.com/helix-editor/helix
Add Support for JSONC (#9906)
* Added `jsonc` language with support for comments The `vscode-json-language-server` accepts `jsonc` as a language id. Allowing the use of comments within JSON files. * fix: Update `injdection-rejex` to be unique * fix: use includes to remove redundant queries * ci: Generate language-support docspull/8727/head^2
parent
9ec0271873
commit
e36774c2c8
@ -0,0 +1,2 @@
|
|||||||
|
; inherits: json
|
||||||
|
(comment) @comment
|
@ -0,0 +1 @@
|
|||||||
|
; inherits: json
|
Loading…
Reference in New Issue