vscode-basex/languages/xquery/xquery.json

19 lines
352 B
JSON

{
"comments": {
"lineComment": ["(:", ":)"],
"blockComment": [ "(:", ":)"]
},
"brackets": [
[ "{", "}" ],
[ "[", "]" ],
[ "(", ")" ]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"]
]
}