syntastic/syntax_checkers
Kaleb Hornsby a69cb240d1 Allow more HTML5 input types
This allows the following:

- search
- number
- range
- date
- etc

Somebody could in theory put type="foo", but all browsers' default input type is "text" and they all ignore unknown types.
2013-11-07 09:57:29 -05:00
..
ada Make shell escaping less produce fewer useless quotes. 2013-07-04 21:04:20 +03:00
applescript Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
asciidoc Minor bug fix in asciidoc checker. 2013-08-12 18:00:37 +03:00
c Cleanup. 2013-11-01 11:51:04 +02:00
chef Add filetype and subchecker args to foodcritic makeprg 2013-10-17 06:22:44 -07:00
co Coco checker: typo. 2013-10-28 12:31:16 +02:00
cobol More refactoring: add s:GetCheckerVar(). 2013-06-25 09:59:07 +03:00
coffee Cleanup parsing versions. 2013-09-24 08:39:07 +03:00
coq Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
cpp More magic / nomagic fun. 2013-10-25 15:56:09 +03:00
cs Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
css Try to avoid fun with magic / nomagic by qualifying regexps. 2013-10-25 15:46:16 +03:00
cucumber Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
cuda More magic / nomagic fun. 2013-10-25 15:56:09 +03:00
d More magic / nomagic fun. 2013-10-25 15:56:09 +03:00
dart Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
docbk Bug fix: incomplete registering of cloned checkers. 2013-06-29 13:03:28 +03:00
dustjs Fix unwanted filter() and map() side effects. Minor cleanup. 2013-10-23 12:59:23 +03:00
elixir Cleanup. 2013-07-06 09:08:07 +03:00
erlang Rename erlang.vim --> escript.vim. 2013-09-30 14:52:36 +03:00
eruby Cleanup parsing versions. 2013-09-24 08:39:07 +03:00
fortran Change the gfortran checker to use syntastic#c#GetLocList(). 2013-06-26 16:58:27 +03:00
go Minor errorformat fix for the go checker. 2013-09-27 20:55:56 +03:00
haml Make expand special characters in g:syntastic_haml_interpreter. 2013-08-12 17:58:25 +03:00
handlebars Handlebars checker: send normal output to /dev/null. 2013-10-28 08:51:29 +02:00
haskell Safety checks for ghc-mod. 2013-11-05 20:28:19 +02:00
haxe Refactor FindInParent from haxe.vim to be a util function 2013-07-05 17:12:06 -04:00
hss Cleanup. 2013-07-08 11:17:00 +03:00
html Allow more HTML5 input types 2013-11-07 09:57:29 -05:00
java Try to avoid fun with magic / nomagic by qualifying regexps. 2013-10-25 15:46:16 +03:00
javascript Jshint: really fix column handling in errorformat this time. ;) 2013-11-07 10:22:56 +02:00
json Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
less Cleanup: lessc errorformat. 2013-11-06 14:57:00 +02:00
lisp Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
llvm Merge branch master. 2013-06-07 21:18:29 +03:00
lua Try to avoid fun with magic / nomagic by qualifying regexps. 2013-10-25 15:46:16 +03:00
matlab Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
nasm Merge branch 'master' into gcc_refactor 2013-07-04 21:30:52 +03:00
nroff A first attempt at checking the exit code from the checkers. 2013-07-12 08:08:41 +03:00
objc More magic / nomagic fun. 2013-10-25 15:56:09 +03:00
objcpp More magic / nomagic fun. 2013-10-25 15:56:09 +03:00
ocaml Cleanup. 2013-11-01 11:51:04 +02:00
perl Fix unwanted filter() and map() side effects. Minor cleanup. 2013-10-23 12:59:23 +03:00
php Try to avoid fun with magic / nomagic by qualifying regexps. 2013-10-25 15:46:16 +03:00
pod A first attempt at checking the exit code from the checkers. 2013-07-12 08:08:41 +03:00
puppet Cleanup parsing versions. 2013-09-24 08:39:07 +03:00
python Cleanup. 2013-11-01 11:51:04 +02:00
rst Cleanup. 2013-11-01 11:51:04 +02:00
ruby Cleanup. 2013-11-01 11:51:04 +02:00
rust Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
sass Update errorformat for sass. Fixes #42. 2013-06-07 11:50:54 +03:00
scala Scala checkers: minor cleanup. 2013-07-20 09:45:40 +03:00
scss Cleanup. 2013-11-04 19:55:31 +02:00
sh New checker for sh: shellcheck. 2013-10-29 20:24:07 +02:00
slim Minor cleanup. 2013-09-27 10:35:46 +03:00
tcl Make the nagelfar checker use the standard args mechanism. 2013-09-26 08:34:05 +03:00
tex Cleanup errorformat for tex/lacheck. 2013-08-16 08:07:54 +03:00
text Try to avoid fun with magic / nomagic by qualifying regexps. 2013-10-25 15:46:16 +03:00
twig Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
typescript Yet more typescript/tsc errorformat contortions. 2013-08-15 23:00:48 +03:00
vala Try to avoid fun with magic / nomagic by qualifying regexps. 2013-10-25 15:46:16 +03:00
verilog Add verilator checker for verilog. 2013-08-07 20:41:50 +03:00
vhdl Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
xhtml A first attempt at checking the exit code from the checkers. 2013-07-12 08:08:41 +03:00
xml A first attempt at checking the exit code from the checkers. 2013-07-12 08:08:41 +03:00
xslt Bug fix: incomplete registering of cloned checkers. 2013-06-29 13:03:28 +03:00
yaml JS-YAML: fix errorformat. 2013-11-07 11:18:55 +02:00
z80 Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
zpt Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00
zsh Make syntastic#makeprg#build() aware of filetypes. Fixes #667. 2013-05-31 21:05:45 +03:00