Commit graph

8 commits

Author SHA1 Message Date
Stan Angeloff
14823f4b05 Get rid of some extensions and rebuild with latest PHP 5.3.x on Ubuntu.
This commit introduces a new template file which will be used when
re-generating the syntax from within PHP.

In addition, several less commonly used extensions are turned off to speed up
loading of the php.vim file on start up.
2012-04-16 16:43:38 +03:00
Stan Angeloff
02a3410864 Silent call to unlet! + spellcheck updates.
Conflicts:

	syntax/php.vim

These were borrowed from paulyg/Vim-PHP-Stuff.
2012-04-16 16:11:40 +03:00
Stan Angeloff
845c961137 Add compatibility with recent html5.vim changes.
See aa0f693e7d
2012-03-06 14:47:39 +02:00
Stan Angeloff
2580adff32 Add spelling support in heredocs. 2011-11-17 15:32:01 +02:00
Stan Angeloff
993e31272d Update PHP functions list.
Rebuilt on PHP 5.3.6/Ubuntu with most extensions installed from main repo.
2011-11-17 15:22:30 +02:00
Stan Angeloff
00a9a651af Add spell-checking to strings and comments. 2011-11-17 15:06:24 +02:00
Paul Garvin
0148af0668 Version 1.1
Added missing keyword 'default'. Added highlighting of escaped single quotes, double quotes, backslashes, and dollar signs in strings. Shows up same color as \r, \n & friends.
-
Paul Garvin
09ddf308e3 Version 1.0: Initial upload -