vscode-xml/languages/xquery/xquery.json

11 lines
187 B
JSON
Raw Normal View History

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