Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 99cbe5d

Browse files
committed
HTML Tidy: add a note about HTML Tidy for HTML5.
Some people seem to find it easier to look at the sources than read the wiki, so mention HTML Tidy for HTML5 here, too. :)
1 parent 4dbb652 commit 99cbe5d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if has('reltime')
1818
let g:syntastic_start = reltime()
1919
endif
2020

21-
let g:syntastic_version = '3.4.0-33'
21+
let g:syntastic_version = '3.4.0-34'
2222

2323
" Sanity checks {{{1
2424

syntax_checkers/html/tidy.vim

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@
1010
"
1111
"============================================================================
1212
"
13-
" Checker option:
13+
" Note: if you need to check HTML5 sources, you might consider installing a
14+
" fork of HTML Tidy, named "HTML Tidy for HTML5":
15+
"
16+
" http://w3c.github.io/tidy-html5/
17+
"
18+
" HTML Tidy for HTML5 can be used without changes by this checker, just install
19+
" it and point g:syntastic_html_tidy_exec to the executable.
20+
"
21+
" Checker options:
1422
"
1523
" - g:syntastic_html_tidy_ignore_errors (list; default: [])
1624
" list of errors to ignore

0 commit comments

Comments
 (0)