Formatted package.json, normalize spaces/tabs.
This commit is contained in:
parent
c828608867
commit
4463394b2c
1 changed files with 84 additions and 68 deletions
22
package.json
22
package.json
|
@ -77,7 +77,14 @@
|
||||||
},
|
},
|
||||||
"xmlTools.xqueryExecutionArguments": {
|
"xmlTools.xqueryExecutionArguments": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"default": ["-xquery", "$(script)", "-in", "$(input)", "-out", "$(input).output.xml"],
|
"default": [
|
||||||
|
"-xquery",
|
||||||
|
"$(script)",
|
||||||
|
"-in",
|
||||||
|
"$(input)",
|
||||||
|
"-out",
|
||||||
|
"$(input).output.xml"
|
||||||
|
],
|
||||||
"description": "Arguments to be passed to the execution engine. '$(script)' and '$(input)' refer to the XQuery script and input XML file, respectively."
|
"description": "Arguments to be passed to the execution engine. '$(script)' and '$(input)' refer to the XQuery script and input XML file, respectively."
|
||||||
},
|
},
|
||||||
"xmlTools.ignoreDefaultNamespace": {
|
"xmlTools.ignoreDefaultNamespace": {
|
||||||
|
@ -100,8 +107,17 @@
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
{
|
||||||
"id": "xquery",
|
"id": "xquery",
|
||||||
"aliases": ["XQuery", "xquery"],
|
"aliases": [
|
||||||
"extensions": [".xq",".xql",".xqm",".xqy",".xquery"],
|
"XQuery",
|
||||||
|
"xquery"
|
||||||
|
],
|
||||||
|
"extensions": [
|
||||||
|
".xq",
|
||||||
|
".xql",
|
||||||
|
".xqm",
|
||||||
|
".xqy",
|
||||||
|
".xquery"
|
||||||
|
],
|
||||||
"configuration": "./languages/xquery/xquery.json"
|
"configuration": "./languages/xquery/xquery.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue