[add] basexTools.xqLintReport

This commit is contained in:
Andy Bunce 2023-02-09 09:51:54 +00:00
parent 2b717e39e6
commit b2f40425e3
13 changed files with 369 additions and 293 deletions

View file

@ -7,5 +7,13 @@
[ "{", "}" ],
[ "[", "]" ],
[ "(", ")" ]
]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""],
["`", "`"]
]
}