vscode-xml/languages/xquery/xquery.json

21 lines
291 B
JSON
Raw Normal View History

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