Formatted package.json, normalize spaces/tabs.

This commit is contained in:
Mark Lopez 2017-07-12 10:28:53 -05:00
parent c828608867
commit 4463394b2c

View file

@ -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"
} }
], ],