Martin Grenfell
3c26740b28
js checker: let the user configure which checker to use
...
Add the g:syntastic_javascript_checker option so the user can specify
which javascript syntax checker to use. If none is specified then just
use the first syntax checker we find installed.
2011-11-27 01:25:51 +00:00
Andy Duncan
313695e2c6
Also match 'new' errors
2011-08-13 21:59:46 -07:00
Andy Duncan
3574ac167b
add google closure linter support
2011-08-13 20:08:04 -07:00
Chad Jablonski
746d8b0310
Javascript syntax checking using Node JSLint
2011-07-23 01:49:10 -07:00
Claes Mogren
73e6982b0f
Added jshint detection
2011-05-30 21:05:49 +02:00
Martin Grenfell
09d0a091f0
move the syntastic_jsl_conf option out of the core plugin
...
Move this variable out of syntastic.vim since we dont the core plugin
shouldn't know any details of how the individual syntax checkers work.
2011-02-15 19:49:13 +13:00
Bryan Forbes
5bc6c2226f
Added option to pass a config file to jsl.
2011-02-14 20:59:35 -06:00
Jeremy Cantrell
c61890f1b7
Properly escape % for makeprg
2010-09-24 10:48:49 +08:00
marty
5ad3cd67c1
change my email to gmail, hotmail licks ass crack
2009-12-16 23:02:36 +13:00
Tim Pope
9c5553c167
Add another jsl warning format
...
Some warnings don't include the word lint, like the warning from
function(x) { var x; }
2009-09-13 12:42:11 -04:00
Martin Grenfell
def9226891
update the javascript syntax checker
...
make it differentiate between errors and warnings
2009-07-27 14:59:37 +12:00
Martin Grenfell
77f428295a
add gavings javascript syntax checker
2009-07-27 14:30:07 +12:00