Added tidy commands for Komodo Edit IDE

This commit is contained in:
Haas, Christoph 2013-11-18 18:53:51 +01:00
parent e7b3a49ce3
commit e88f7e1ba2

View file

@ -0,0 +1,18 @@
{
"insertOutput": 1,
"keyboard_shortcut": "",
"name": "Tidy HTML",
"parseRegex": "",
"operateOnSelection": 1,
"value": [
"tidy -utf8 -asxhtml -i"
],
"cwd": "",
"version": "1.0.12",
"env": "",
"doNotOpenOutputWindow": 0,
"showParsedOutputList": 0,
"type": "command",
"parseOutput": 0,
"runIn": "command-output-window"
}