mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(interpreter-mode-alist): Add `bash2'.
This commit is contained in:
parent
60a963715f
commit
9e451c4436
1 changed files with 1 additions and 0 deletions
|
|
@ -1471,6 +1471,7 @@ REGEXP and search the list again for another match.")
|
|||
("scm" . scheme-mode)
|
||||
("ash" . sh-mode)
|
||||
("bash" . sh-mode)
|
||||
("bash2" . sh-mode)
|
||||
("csh" . sh-mode)
|
||||
("dtksh" . sh-mode)
|
||||
("es" . sh-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue