forked from external/vscode-xml
8738058d8c
I'll be consolidating the two extensions into one.
11 lines
187 B
JSON
11 lines
187 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//",
|
|
"blockComment": ["/*", "*/"]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
} |