Skip to content

Commit

Permalink
include ctags
Browse files Browse the repository at this point in the history
  • Loading branch information
aizatto committed Nov 7, 2012
1 parent 957b879 commit d0d3a6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ctags
@@ -0,0 +1,8 @@
--langmap=PHP:.php .phpt .hhi
--regex-PHP=/^ *(abstract +|final +)*class +([a-zA-Z0-9_]+)/\2/c/
--regex-PHP=/^ *(abstract +|final +)*trait +([a-zA-Z0-9_]+)/\2/c/
--regex-PHP=/^ *(abstract +|final +)*class :([a-zA-Z0-9:_\\-]+)/\2/c/
--regex-PHP=/^ *(abstract +|final +)*class :([a-zA-Z0-9:_\\-]+)/:\2/c/
--regex-PHP=/^ *interface +([a-zA-Z0-9_]+)/\1/c/
--regex-PHP=/^ *(public +|static +|abstract +|protected +|private +)function +&? *([a-zA-Z0-9_]+)/\2/f/
--regex-PHP=/^const +([a-zA-Z0-9_]+) += /\1/d/

0 comments on commit d0d3a6c

Please sign in to comment.