Port vscode-xquery to vscode-xml
I'll be consolidating the two extensions into one.
This commit is contained in:
parent
b259f68d72
commit
8738058d8c
8 changed files with 1290 additions and 4 deletions
11
languages/xquery/xquery.json
Normal file
11
languages/xquery/xquery.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"comments": {
|
||||
"lineComment": "//",
|
||||
"blockComment": ["/*", "*/"]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
}
|
||||
1066
languages/xquery/xquery.tmLanguage
Normal file
1066
languages/xquery/xquery.tmLanguage
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue