We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d500025 commit 89c9560Copy full SHA for 89c9560
linter.py
@@ -17,7 +17,7 @@ class HtmlTidy(Linter):
17
18
"""Provides an interface to tidy."""
19
20
- syntax = 'html'
+ syntax = ('html', 'html 5')
21
cmd = 'tidy -errors -quiet -utf8'
22
regex = r'^line (?P<line>\d+) column (?P<col>\d+) - (?:(?P<error>Error)|(?P<warning>Warning)): (?P<message>.+)'
23
line_col_base = (1, 1)
0 commit comments