Add XQuery Grammar
This commit is contained in:
parent
a23393d631
commit
80dc78c574
23
languages/xquery/xquery.json
Normal file
23
languages/xquery/xquery.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"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…
Reference in New Issue
Block a user