forked from external/vscode-xml
Merge pull request #244 from line-o/patch-1
fix line and block comments in xquery
This commit is contained in:
commit
32ee3c6e54
1 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,7 @@
|
||||||
{
|
{
|
||||||
"comments": {
|
"comments": {
|
||||||
"lineComment": "//",
|
"lineComment": ["(:", ":)"],
|
||||||
"blockComment": [
|
"blockComment": [ "(:~", "~:)"]
|
||||||
"/*",
|
|
||||||
"*/"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"brackets": [
|
"brackets": [
|
||||||
[
|
[
|
||||||
|
@ -20,4 +17,4 @@
|
||||||
")"
|
")"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue