forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 2
(v3.2.0) HTML: w3
LCD 47 edited this page Dec 13, 2014
·
1 revision
Maintainer: Martin Grenfell martin.grenfell@gmail.com
To activate the checker, set the following:
:let g:syntastic_html_checkers=['w3']
- g:syntastic_html_w3_api (string; default: 'http://validator.w3.org/check')
- URL of the service to use for checking; leave it to the default to run the checks against
http://validator.w3.org/
, or set it tohttp://localhost/w3c-validator/check
if you're running a local service
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/