Matt Butcher
e3c2b95b94
Added default setting to php.vim.
...
Changed the default standard to Zend, which is the most forgiving
of the out-of-the-box syntaxes.
2011-12-13 10:20:07 -06:00
Martin Grenfell
3defb627a5
php checker: add an option to disable phpcs
2011-12-07 14:13:18 +00:00
Martin Grenfell
6b6e2d1d37
php checker: ignore the csv headers in the phpcs errorformat
2011-12-07 14:03:57 +00:00
Martin Grenfell
e0ec1a3318
refactor the php checker
...
* move the phpcs code into its own function
* just use g:syntastic_phpcs_conf instead of initing a local var every
time the checker is invoked
2011-12-07 14:03:57 +00:00
Matt Butcher
b21ddb5283
Added g:syntastic_phpcs_conf to allow phpcs flags.
...
PHPCS has a wide variety of commandline flags, including
support for various syntaxes. These must be configurable,
otherwise phpcs generates a high number of spurious errors for
code written to any standard other than the PEAR standard.
2011-12-07 14:03:57 +00:00
Martin Grenfell
965b3b7203
move the highlighting/balloon code into the main plugin file
...
In future I may move most of the code out into an autoload file, but in
the meantime I want all the code tidy and in one place for the next
release
2011-11-30 19:23:31 +00:00
Klein Florian
22fedb5350
added phpcs support
2011-10-28 11:35:03 +02:00
Konstantin Stepanov
30a579c04e
highlight php errors
2011-05-03 15:37:30 +03:00
Jeremy Cantrell
c61890f1b7
Properly escape % for makeprg
2010-09-24 10:48:49 +08:00
kongo2002
2679a8ce6a
fix php errorformat
2010-09-24 09:18:23 +12:00
marty
a4b0399e22
parse php "fatal errors" properly
2010-07-27 15:02:39 +12:00
marty
7ed510560e
fix broken php checker
2010-07-27 15:02:39 +12:00
marty
5ad3cd67c1
change my email to gmail, hotmail licks ass crack
2009-12-16 23:02:36 +13:00
Martin Grenfell
e9c992da05
dont run php code through tidy for now
...
need to figure out how to make tidy play nicely with the php sections
... not sure if its even possible
2009-07-16 22:54:10 +12:00
Martin Grenfell
1adfa4db5c
make the syntax checkers use SyntasticMake
2009-07-15 21:29:28 +12:00
Martin Grenfell
0d7309330d
run php files through tidy as well
2009-07-15 20:49:05 +12:00
Martin Grenfell
f5c6f22094
add php syntax checker
2009-07-15 13:57:18 +12:00