vscode-xml/languages/xquery/xquery.json
2018-01-27 18:30:59 -05:00

23 lines
313 B
JSON

{
"comments": {
"lineComment": "//",
"blockComment": [
"/*",
"*/"
]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
]
}