syntastic/syntax_checkers
Martin Grenfell 1d681c546d vala: remove the option to disable it
This can be done with:

`let g:syntastic_mode_map={'passive_filetypes': 'vala'}` or by setting
`let g:syntastic_vala_checkers=[]`

Closes #502.
2013-02-14 15:52:40 +00:00
..
ada refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
applescript refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
c bugfix for c/ycm 2013-02-05 14:54:56 +00:00
co refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
coffee coffee: split up coffee and coffeelint 2013-02-06 13:59:27 +00:00
cpp fix a typo bug in the cpp/ycm checker 2013-02-01 21:24:27 +00:00
cs refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
css refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
cucumber refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
cuda refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
d refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
dart refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
docbk refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
elixir refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
erlang Added explicit call of escript 2013-02-11 02:18:56 +04:00
eruby bugfix for eruby checker 2013-01-30 17:04:45 +00:00
fortran refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
gentoo_metadata refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
go refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
haml refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
haskell refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
haxe refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
html html/tidy: retarded bugfix with s:Args not returning a value 2013-02-08 16:27:07 +00:00
java refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
javascript refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
json json/jsonval: fix a typo 2013-02-04 17:40:55 +00:00
less less: fix a bug from the big refactor 2013-02-03 18:00:32 +00:00
lisp refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
lua refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
matlab refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
nasm refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
objc Merge branch 'refactor_checker_structure' into merge-with-refactor 2013-01-31 10:43:22 +00:00
ocaml refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
perl perlcritic: :retab the file to make the indenting consistent 2013-02-05 09:11:21 +00:00
php split up php checker into php, phpmd and phpcs 2013-01-31 17:31:40 +00:00
puppet refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
python Output from pylint should be sorted. 2013-02-06 16:27:49 +02:00
rst rst: extract a temp var to a query 2013-02-10 16:50:49 +00:00
ruby fix a couple of bugs with ruby checkers 2013-01-27 23:59:25 +00:00
rust refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
sass refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
scala refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
scss refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
sh remove some old (now unused) code from the main plugin 2013-02-01 09:57:25 +00:00
slim refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
tcl refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
tex refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
twig twig: use syntastic#makeprg#build 2013-02-11 17:42:43 +00:00
typescript refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
vala vala: remove the option to disable it 2013-02-14 15:52:40 +00:00
xhtml add cp932 to tidy.vim. 2013-02-05 21:52:27 +09:00
xml refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
xslt refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
yaml fix a bug with the yaml checker 2013-02-04 23:40:40 +00:00
z80 refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
zpt refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00
zsh refactor all the syntax checkers to use the new API and dir layout 2013-01-27 20:08:30 +00:00