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
Konstantin Stepanov
c028ee5bd0
determine tidy's encoding option by vim's &fenc
...
Thanks blueyed (https://github.com/blueyed ) for advice
(https://github.com/scrooloose/syntastic/pull/38#commitcomment-362382 ).
2011-04-29 18:48:03 +03:00
Martin Grenfell
9f56397922
Merged pull request #39 from uggedal/master.
...
Made a simple syntax checker for Puppet manifests
2011-04-28 02:43:52 -07:00
Eivind Uggedal
e71df80fa1
Syntax checker for Puppet manifests.
2011-04-28 08:48:54 +02:00
Konstantin Stepanov
cd07b70f94
highlight errors
2011-04-21 22:54:59 +03:00
Konstantin Stepanov
8c5bf3afbd
syntastic python: highlight identificators with errors
2011-04-21 22:54:59 +03:00
Konstantin Stepanov
172a64916d
syntastic (x)html: utf8 tidy flag
2011-04-21 22:54:59 +03:00
Andreas Baldeau
122e1d7e3b
Literate Haskell support now in haskell.vim.
2011-04-14 23:57:47 +02:00
Andreas Baldeau
a2a9b5ed8a
Added support for literate haskell files.
2011-04-14 23:43:55 +02:00
Chris Hoffman
812227471f
Merge remote-tracking branch 'scrooloose/master'
2011-03-29 00:46:50 -05:00
Julien Blanchard
ed7a0fb05d
Updated less.vim so that it doesn't generate a CSS file when checking syntax
2011-03-16 11:45:55 +01:00
Julien Blanchard
9fd02b75a7
Merge branch 'master' of git://github.com/scrooloose/syntastic
...
Conflicts:
syntax_checkers/less.vim
2011-03-16 11:41:40 +01:00
Martin Grenfell
2c2f64fee3
tcl checker: fix a small typo
2011-02-27 00:30:02 +13:00
et
4a8f14ebc1
Add tcl syntax checker
2011-02-24 15:41:35 -05:00
Martin Grenfell
219d02f4d7
add an option to allow users to format the statusline flag
...
Add the syntastic_stl_format flag and doc it under
:help syntastic_stl_format. This allows the user to control what
information is displayed in the syntastic statusline flag.
2011-02-19 20:10:20 +13:00
Martin Grenfell
6f18a97b0f
set shell back regardless of whether we are running windows
...
This is purely in the interests of keeping the code simple.
2011-02-18 10:02:31 +13:00
Brian Donovan
e0d7338bdb
Make sure we specify the shell to use since '&>' doesn't work in all shells.
2011-02-17 12:53:53 -08:00
Martin Grenfell
49e80c3e9f
doc the new syntastic_auto_loc_list functionality
2011-02-16 19:39:51 +13:00
Donald Ephraim Curtis
fc2a2e1134
Simplify the auto_loc_list options.
...
Don't allow "full_auto" and "semi_auto".
2011-02-15 21:49:54 -06:00
Donald Ephraim Curtis
ffae882541
slight modification to auto_loc_list behavior
...
g:syntastic_auto_loc now has the following possible options:
1 or "full_auto" or "fully_auto" behaves as normal, closing the loclist
when there are no errors and opening when there are errors.
2 or "semi_auto" will automatically close the loclist but _not_
automatically open it.
2011-02-15 21:45:44 -06: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
Chris Hoffman
09eb954a44
Merge remote-tracking branch 'scrooloose/master'
2011-02-13 01:20:09 -06:00
Chris Hoffman
bc9ab423ed
Don't get g:ruby_path anymore
2011-02-13 01:20:04 -06:00