Merge pull request #244 from line-o/patch-1
fix line and block comments in xquery
This commit is contained in:
commit
32ee3c6e54
@ -1,10 +1,7 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "//",
|
||||
"blockComment": [
|
||||
"/*",
|
||||
"*/"
|
||||
]
|
||||
"lineComment": ["(:", ":)"],
|
||||
"blockComment": [ "(:~", "~:)"]
|
||||
},
|
||||
"brackets": [
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user