vscode-xml/languages/xquery/xquery.json

21 lines
291 B
JSON
Raw Normal View History

2018-01-27 18:30:59 -05:00
{
"comments": {
2018-11-22 15:12:01 +01:00
"lineComment": ["(:", ":)"],
2018-11-22 15:10:41 +01:00
"blockComment": [ "(:~", "~:)"]
2018-01-27 18:30:59 -05:00
},
"brackets": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
]
2018-11-22 15:10:41 +01:00
}