syntastic/syntax_checkers/javascript
Brian Peiris 96658758d6 Add support for JSHint's secondary error format
JSHint has a secondary error format that includes a number related to the error message.

E.g. The normal error format is something like: 

.\Foo.js: line 2, col 5, Missing semicolon. (W033)

But the secondary error format includes a number in parentheses:

.\Foo.js: line 3, col 4, Blocks are nested too deeply. (2) (W073)"

I've changed the errorformat to read the message until it hits a space, instead of a period, so that these errors are included.
2013-03-19 17:27:38 -03:00
..
closurecompiler.vim add guards to all checkers 2013-02-21 15:50:41 +00:00
gjslint.vim add guards to all checkers 2013-02-21 15:50:41 +00:00
jshint.vim Add support for JSHint's secondary error format 2013-03-19 17:27:38 -03:00
jsl.vim add guards to all checkers 2013-02-21 15:50:41 +00:00
jslint.vim add guards to all checkers 2013-02-21 15:50:41 +00:00