Port vscode-xquery to vscode-xml

I'll be consolidating the two extensions into one.
This commit is contained in:
Josh Johnson 2016-01-08 10:44:46 -05:00
parent b259f68d72
commit 8738058d8c
8 changed files with 1290 additions and 4 deletions

View file

@ -0,0 +1,11 @@
{
"comments": {
"lineComment": "//",
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}

File diff suppressed because one or more lines are too long