Merge pull request #244 from line-o/patch-1

fix line and block comments in xquery
This commit is contained in:
Josh Johnson 2018-12-14 10:45:27 -05:00 committed by GitHub
commit 32ee3c6e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
{
"comments": {
"lineComment": "//",
"blockComment": [
"/*",
"*/"
]
"lineComment": ["(:", ":)"],
"blockComment": [ "(:~", "~:)"]
},
"brackets": [
[
@ -20,4 +17,4 @@
")"
]
]
}
}