mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-48855_master' of https://github.com/dmonllao/moodle
This commit is contained in:
commit
74bc0178ea
1 changed files with 4 additions and 4 deletions
8
tags.txt
8
tags.txt
|
@ -7,10 +7,10 @@ easily in your editor (eg vim or emacs), you can generate one:
|
||||||
Exuberant ctags (default on Linux, can be compiled on other platforms):
|
Exuberant ctags (default on Linux, can be compiled on other platforms):
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
ctags -R --languages=php --exclude="CVS" --php-kinds=f \
|
ctags -R --languages=php --php-kinds=f \
|
||||||
--regex-PHP='/abstract class ([^ ]*)/\1/c/' \
|
--regex-PHP='/abstract +class +([^ ]*)/\1/c/' \
|
||||||
--regex-PHP='/interface ([^ ]*)/\1/c/' \
|
--regex-PHP='/interface +([^ ]*)/\1/c/' \
|
||||||
--regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/'
|
--regex-PHP='/(public |static |abstract |protected |private )+ *function +([^ (]*)/\2/f/'
|
||||||
|
|
||||||
BSD ctags (Default on Mac OS X):
|
BSD ctags (Default on Mac OS X):
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue