forked from external/vscode-xml
23 lines
313 B
JSON
23 lines
313 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "//",
|
||
|
"blockComment": [
|
||
|
"/*",
|
||
|
"*/"
|
||
|
]
|
||
|
},
|
||
|
"brackets": [
|
||
|
[
|
||
|
"{",
|
||
|
"}"
|
||
|
],
|
||
|
[
|
||
|
"[",
|
||
|
"]"
|
||
|
],
|
||
|
[
|
||
|
"(",
|
||
|
")"
|
||
|
]
|
||
|
]
|
||
|
}
|