mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 03:13:24 +00:00
etags-regen-file-extensions: Add .pm
* lisp/progmodes/etags-regen.el (etags-regen-file-extensions): Add .pm.
This commit is contained in:
parent
956f14ae5e
commit
4b9a8fd607
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ We currently support only Emacs's etags program with this option."
|
||||||
;; when it cannot determine the type of the file.
|
;; when it cannot determine the type of the file.
|
||||||
;; http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00323.html
|
;; http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00323.html
|
||||||
(defcustom etags-regen-file-extensions
|
(defcustom etags-regen-file-extensions
|
||||||
'("rb" "js" "py" "pl" "el" "c" "cpp" "cc" "h" "hh" "hpp"
|
'("rb" "js" "py" "pl" "pm" "el" "c" "cpp" "cc" "h" "hh" "hpp"
|
||||||
"java" "go" "cl" "lisp" "prolog" "php" "erl" "hrl"
|
"java" "go" "cl" "lisp" "prolog" "php" "erl" "hrl"
|
||||||
"F" "f" "f90" "for" "cs" "a" "asm" "ads" "adb" "ada")
|
"F" "f" "f90" "for" "cs" "a" "asm" "ads" "adb" "ada")
|
||||||
"Code file extensions for `etags-regen-mode'.
|
"Code file extensions for `etags-regen-mode'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue