syntastic/syntax_checkers/javascript
Martin Grenfell 892cc2c232 refactor the error highlighting system
* remove the public SyntasticHighlightErrors() function
* shift the above code into s:HighlightErrors(). This is called
  automatically if g:syntastic_enable_highlighting is set
* to get the highlight regex we just look for a function called
  Syntastic_<filetype>_GetHighlightRegex
* to force this function to be called, each error item must have the
  'force_highlight_callback' key set

This code has one important functional change: now errors are *always*
highlighted if possible whereas previously they were only highlighted if
a call to SyntasticHighlightErrors was made.
2012-03-02 10:05:15 +00:00
..
gjslint.vim refactor the javascript syntax checkers 2011-12-11 22:54:33 +00:00
jshint.vim rather than compare to '' we use the vimscript emtpy function as else the check does not work 2012-02-11 21:45:30 +01:00
jsl.vim refactor the javascript syntax checkers 2011-12-11 22:54:33 +00:00
jslint.vim refactor the error highlighting system 2012-03-02 10:05:15 +00:00