vscode-basex/languages/xquery/xquery.json

23 lines
313 B
JSON
Raw Normal View History

2018-01-27 23:30:59 +00:00
{
"comments": {
"lineComment": "//",
"blockComment": [
"/*",
"*/"
]
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
]
}