mirror of https://github.com/helix-editor/helix
parent
9721144e03
commit
b26903cd13
|
@ -488,6 +488,8 @@ name = "jsonc"
|
||||||
scope = "source.json"
|
scope = "source.json"
|
||||||
injection-regex = "jsonc"
|
injection-regex = "jsonc"
|
||||||
file-types = ["jsonc", { glob = "tsconfig.json" }]
|
file-types = ["jsonc", { glob = "tsconfig.json" }]
|
||||||
|
comment-token = "//"
|
||||||
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
grammar = "json"
|
grammar = "json"
|
||||||
language-servers = [ "vscode-json-language-server" ]
|
language-servers = [ "vscode-json-language-server" ]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
Loading…
Reference in New Issue