vscode-xml/languages/xquery/xquery.json
2018-11-22 15:12:01 +01:00

21 lines
291 B
JSON

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