Skip to content

Instantly share code, notes, and snippets.

View duellj's full-sized avatar

Jon Duell duellj

View GitHub Profile
@duellj
duellj / ctags-php.patch
Created November 9, 2011 05:38
Ctags php functions
Index: php.c
===================================================================
--- php.c (revision 778)
+++ php.c (working copy)
@@ -64,18 +64,18 @@
static void installPHPRegex (const langType language)
{
- addTagRegex(language, "(^|[ \t])class[ \t]+([" ALPHA "_][" ALNUM "_]*)",
- "\\2", "c,class,classes", NULL);