mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Allow toggling line comments in JSON
This commit is contained in:
parent
d43f194342
commit
915ba91888
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
name = "JSON"
|
name = "JSON"
|
||||||
path_suffixes = ["json"]
|
path_suffixes = ["json"]
|
||||||
|
line_comment = "// "
|
||||||
autoclose_before = ",]}"
|
autoclose_before = ",]}"
|
||||||
brackets = [
|
brackets = [
|
||||||
{ start = "{", end = "}", close = true, newline = true },
|
{ start = "{", end = "}", close = true, newline = true },
|
||||||
|
|
Loading…
Reference in a new issue