forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
(v3.1.0) HTML: tidy
LCD 47 edited this page Dec 13, 2014
·
1 revision
Maintainer: Martin Grenfell [email protected]
- g:syntastic_html_tidy_ignore_errors (list; default: [])
- list of errors to ignore
- g:syntastic_html_tidy_blocklevel_tags (list; default: [])
- list of additional blocklevel tags, to be added to
--new-blocklevel-tags
- g:syntastic_html_tidy_inline_tags (list; default: [])
- list of additional inline tags, to be added to
--new-inline-tags
- g:syntastic_html_tidy_empty_tags (list; default: [])
- list of additional empty tags, to be added to
--new-empty-tags
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/