Add symref-filepattern entries for c?perl-mode
* lisp/cedet/semantic/symref/grep.el (semantic-symref-filepattern-alist): Add entries for perl-mode and cperl-mode.
This commit is contained in:
parent
8b8a6ad3e3
commit
950be689ca
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ and those hits returned.")
|
|||
(html-mode "*.s?html" "*.php")
|
||||
(ruby-mode "*.r[bu]" "*.rake" "*.gemspec" "*.erb" "*.haml"
|
||||
"Rakefile" "Thorfile" "Capfile" "Guardfile" "Vagrantfile")
|
||||
(perl-mode "*.pl" "*.PL")
|
||||
(cperl-mode "*.pl" "*.PL")
|
||||
)
|
||||
"List of major modes and file extension pattern.
|
||||
See find -name man page for format.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue