Skip to content

Commit ee609da

Browse files
committed
Add tidy
1 parent 87e2ab1 commit ee609da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

data/html.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
[tidy]
2+
files = *.htm *.html *.xhtml
3+
types = text/html
4+
command = tidy -q -o /dev/null --gnu-emacs true {files}
5+
16
# TODO: linkchecker
27
# TODO: libhtml-lint-perl
38
# TODO: weblint-perl
49
# TODO: libhtml-tidy-perl
510
# TODO: w3c-linkchecker
611
# TODO: wdg-html-validator
7-
# TODO: tidy
812
# TODO: linklint
913
# TODO: webcheck
1014
# TODO: https://validator.w3.org/nu/about.html

0 commit comments

Comments
 (0)