syntax: html: add a formatter command, making use of 'tidy'
parent
4281b6becb
commit
b4dbbe3799
|
@ -4,6 +4,8 @@ syntax html "\.html?$"
|
|||
magic "HTML document"
|
||||
comment "<!--|-->"
|
||||
|
||||
formatter tidy -m -q
|
||||
|
||||
# Tags:
|
||||
color cyan "<[[:alpha:]/!?][^>]*>"
|
||||
# Bold, italic, and underlined:
|
||||
|
|
Loading…
Reference in New Issue