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

xHTML: tidy

LCD 47 edited this page Jun 12, 2016 · 7 revisions

This file is no longer maintained

This file exists only as a historic reference. Documentation for syntastic checkers is now included in the manual, please see :help syntastic-checkers in Vim.


Maintainer: Martin Grenfell martin.grenfell@gmail.com

HTML Tidy is a syntax checker and formatter for HTML. See the project's page for more information.

Checker options

g:syntastic_xhtml_tidy_ignore_errors (list; default: [])
list of errors to ignore.

The patterns in g:syntastic_xhtml_tidy_ignore_errors are case-sensitive, and are matched as substrings (not regular expressions) against the error messages.

Alternatively, you can ignore messages using the general mechanisms of g:syntastic_quiet_messages and g:syntastic_xhtml_tidy_quiet_messages. See :help 'syntastic_quiet_messages' for details.

Clone this wiki locally