Konstantin Stepanov
46d43a6913
errors highlighter: syntastic#HighlightErrors() third optional bool argument to force callback call
...
Normally if location item has "col" item, syntastic#HighlightErrors() handle it without callback
call for performance reason. But sometimes it's necessary to handle all items with callback
(like in new vala syntax checker), so third optional bool arg is added to the function.
If this argument exists and has true value, then callback function is called on *all*
location items, no matter is they have "col" element or not.
2011-07-10 15:42:09 +03:00
Konstantin Stepanov
a70953794f
html checker: suppress "placeholder" HTML5 attribute errors
2011-07-10 15:38:43 +03:00
Chris Hoffman
d537ecfdc4
Merge remote-tracking branch 'scrooloose/master'
2011-07-09 02:43:48 -05:00
Martin Grenfell
17183c6d19
fix the haml syntax checker
...
some ruby warnings were getting output when "haml -c" was run - these
were not getting handled by the syntax checker
use SyntasticMake instead of custom hax0r to parse the errors - this way
it is trivial to ignore all output that we dont care about
2011-07-09 18:59:21 +12:00
Martin Grenfell
2e28783447
Merge pull request #63 from roman/master
...
Improving Haskell support
2011-07-06 18:38:18 -07:00
Roman Gonzalez
a93acbd940
Adding ghc-mod as the haskell syntax checker
...
Previously ghc was being used, but this was not good because
ghc would work only on individual files. As soon you included
an external module also developed on the current project, ghc would
barf at you saying that the module couldn't be found. ghc-mod
doesn't check dependencies, just syntax, also it has the lint
utility that is pretty handy.
2011-07-06 18:30:19 -07:00
Martin Grenfell
714392db16
only load syntax checker plugins when needed
...
This reduces the number of unnecessary files that get sourced.
2011-07-04 23:48:26 +12:00
Chris Hoffman
2d4ec257f3
Merge remote-tracking branch 'scrooloose/master'
2011-07-01 05:23:03 -05:00
Martin Grenfell
1ab7c84423
Merge pull request #62 from Industrial/patch-1
...
coffee -o doesn't take /dev/null, only directories.
2011-06-29 16:46:52 -07:00
Tom Wieland
e4ec40479a
coffee -o doesn't take /dev/null, only directories.
2011-06-29 16:30:58 -07:00
Martin Grenfell
e06feca206
css checker: fix the buf num in the returned location list
...
csslint only outputs the tail of the filename of the css file you
are editing so the errors weren't getting associated with the buffer.
2011-06-28 17:24:48 +12:00
Martin Grenfell
87ab6d2c54
Merge pull request #61 from oryband/master
...
css.vim - Fixed line/col printing in error description.
2011-06-24 15:11:45 -07:00
Ory Band
fd5765fcc9
Removed a single space char. Shouldn't be there.
2011-06-24 16:13:48 +03:00
Ory Band
5670bdd39f
Added some spaces in pattern for css.vim.
2011-06-24 15:57:55 +03:00
Ory Band
32189bc06d
css.vim now ignores line/col strings in error description (inconsistency in CSS Lint)
2011-06-24 15:50:01 +03:00
Ory Band
4e142bbdff
Removed a duplicate errorformat line from css.vim syntax checker.
2011-06-24 15:33:02 +03:00
Martin Grenfell
930401dd38
Merge pull request #60 from oryband/master
...
Added CSS syntax checking support using CSS Lint.
2011-06-23 13:27:04 -07:00
Ory Band
df643397fc
Add CSS syntax checking support using CSS Lint ( http://csslint.net ).
2011-06-23 19:19:16 +03:00
Esa-Matti Suuronen
d5b2788172
Update poor man's SCSS support to match new Sass function.
2011-06-20 22:01:29 +03:00
Esa-Matti Suuronen
47202d0c21
Merge branch 'master' of git://github.com/scrooloose/syntastic
2011-06-20 21:59:25 +03:00
Esa-Matti Suuronen
bbc9148c08
Add poor man's SCSS support.
2011-06-20 21:58:45 +03:00
Martin Grenfell
15291e9b72
Merge pull request #52 from temporaer/master
...
added support for NVIDIA CUDA (a C dialect for programming GPUs) syntax checking
2011-06-19 23:43:17 -07:00
Hannes Schulz
be71a0872b
cuda.vim: added author note
2011-06-20 08:04:04 +02:00
Martin Grenfell
0351314a09
Merge pull request #56 from kongo2002/c_errorformat
...
C syntax checker errorformat
2011-06-19 14:45:55 -07:00
Brandon Waskiewicz
d9ba6d7963
[PATCH] Tweaked c syntax checker errorformat
...
Added a more specific c syntax checker errorformat before the more
general ones so the jumping is not broken by assuming the line number is
a part of the file.
Signed-off-by: kongo2002 <kongo2002@googlemail.com>
2011-06-19 21:25:53 +02:00
Martin Grenfell
65531d0ca3
Merge pull request #41 from dlee/syntastic_sass_imports
...
Cache g:syntastic_sass_imports on first use
2011-06-15 14:37:08 -07:00
David Lee
b86026cdc0
Cache g:syntastic_sass_imports on first use
2011-06-15 13:37:05 -07:00
Hannes Schulz
8074c94ca4
added syntax-checker for NVIDIA CUDA .cu/.cuh files
2011-06-10 11:16:42 +02:00
Martin Grenfell
85fbb9029a
Merge pull request #51 from jasongraham/matlab_syntax_checker
...
Add syntax checker for matlab/octave files
2011-06-09 18:20:16 -07:00
Jason Graham
dbaad0ecf9
Add syntax checker for matlab/octave files
...
Requires mlint, distributed with matlab
2011-06-09 18:11:14 -07:00
Chris Hoffman
1a8f722ebb
Merge remote-tracking branch 'scrooloose/master'
2011-06-08 07:28:30 -05:00
Martin Grenfell
918528b63f
Merge pull request #47 from mogren/master
...
Added jshint detection in addition to jsl
2011-06-02 13:26:53 -07:00
Martin Grenfell
77c32bddbc
Merge pull request #49 from dtjm/master
...
Adding support for Google Go
2011-06-02 13:21:50 -07:00
Martin Grenfell
c1b921bf04
Merge pull request #48 from julienXX/fix_less_files_generation
...
Fix less files generation
2011-06-02 13:21:07 -07:00
Sam Nguyen
c2e5d2789a
adding support for Google Go
2011-06-02 08:02:29 -07:00
Claes Mogren
73e6982b0f
Added jshint detection
2011-05-30 21:05:49 +02:00
Martin Grenfell
20639d24e4
Merge pull request #45 from kstep/master
...
Issue #44 fix
2011-05-27 17:07:57 -07:00
Konstantin Stepanov
0bd7218382
Issue #44 fixed
2011-05-27 00:44:55 +03:00
Chris Hoffman
bf1ff94fa2
Merge remote-tracking branch 'scrooloose/master'
2011-05-25 13:46:11 -05:00
Martin Grenfell
0f25c3ed26
Merge pull request #38 from kstep/master
...
UTF-8 flag for (X)HTML + syntax errors underline for Python files
2011-05-24 18:58:37 -07:00
Konstantin Stepanov
0ee07cb95b
highlight postprocessor fixes
2011-05-25 04:51:26 +03:00
Martin Grenfell
b928d6cb7b
Merge pull request #34 from baldo/master
...
Added support for .lhs files
2011-05-06 02:29:43 -07:00
Konstantin Stepanov
30a579c04e
highlight php errors
2011-05-03 15:37:30 +03:00
Konstantin Stepanov
974bcfc5c7
python errors highlight standardized
2011-05-03 15:37:15 +03:00
Konstantin Stepanov
bdf048a991
python syntax: don't check for grep
2011-05-03 15:36:49 +03:00
Konstantin Stepanov
9cc9851069
lua error highlighting standardized
2011-05-03 15:36:19 +03:00
Konstantin Stepanov
75afb52d7d
general error highlighting function
2011-05-03 15:35:50 +03:00
Konstantin Stepanov
7a7e889956
implemented lua error highlights
2011-05-03 02:22:51 +03:00
Konstantin Stepanov
1be59e81e6
fixed incorrect python errors 'col' tests
2011-05-03 02:22:27 +03:00
Konstantin Stepanov
74f3bb0a93
balloons support
2011-05-03 02:21:16 +03:00