Added tidy commands for Komodo Edit IDE
This commit is contained in:
parent
e7b3a49ce3
commit
e88f7e1ba2
1 changed files with 18 additions and 0 deletions
18
.komodotools/Tidy_HTML.komodotool
Normal file
18
.komodotools/Tidy_HTML.komodotool
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue