Allow toggling line comments in JSON

This commit is contained in:
Max Brunsfeld 2022-04-21 14:12:17 -07:00
parent d43f194342
commit 915ba91888

View file

@ -1,5 +1,6 @@
name = "JSON"
path_suffixes = ["json"]
line_comment = "// "
autoclose_before = ",]}"
brackets = [
{ start = "{", end = "}", close = true, newline = true },