(interpreter-mode-alist): Recognize perl5.
This commit is contained in:
parent
4f14f060c7
commit
e049945bc0
1 changed files with 1 additions and 0 deletions
|
@ -1016,6 +1016,7 @@ REGEXP and search the list again for another match.")
|
|||
|
||||
(defconst interpreter-mode-alist
|
||||
'(("perl" . perl-mode)
|
||||
("perl5" . perl-mode)
|
||||
("wish" . tcl-mode)
|
||||
("wishx" . tcl-mode)
|
||||
("tcl" . tcl-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue