vscode-basex/languages/xquery/xquery.json
2023-01-26 11:32:14 +00:00

11 lines
196 B
JSON

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