Reply to comment
Syntastic comes in two parts: the syntax checker plugins, and the core script
(i.e. syntastic.vim). 646-223 dumps The syntax checker plugins are defined on a per-filetype
basis where each one wraps up an external syntax checking program. The core
script delegates off to these plugins and uses their output to provide the syntastic functionality. Currently, syntax checking plugins exist for eruby,
haml, html, javascript, php, 642-357 dumps python, ruby and sass. If your language is not supported then see |syntastic- VCP-410 dumps syntax-checkers| for details on how to implement a syntax checking plugin, and be sure to send me a
patch ;-)

Tue, 2010-02-02 08:15