Add XQuery Grammar

This commit is contained in:
Josh Johnson 2018-01-27 18:30:59 -05:00
parent a23393d631
commit 80dc78c574
2 changed files with 1089 additions and 0 deletions

View File

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

File diff suppressed because one or more lines are too long