mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/progmodes/sh-script.el (sh-mode): Recognize mkshrc.
This commit is contained in:
parent
24b91584c2
commit
4d30cf6be2
1 changed files with 1 additions and 0 deletions
|
|
@ -1683,6 +1683,7 @@ with your script for an edit-interpret-debug cycle."
|
|||
((string-match "[.]sh\\>" buffer-file-name) "sh")
|
||||
((string-match "[.]bash\\>" buffer-file-name) "bash")
|
||||
((string-match "[.]ksh\\>" buffer-file-name) "ksh")
|
||||
((string-match "[.]mkshrc\\>" buffer-file-name) "mksh")
|
||||
((string-match "[.]t?csh\\(rc\\)?\\>" buffer-file-name) "csh")
|
||||
((string-match "[.]zsh\\(rc\\|env\\)?\\>" buffer-file-name) "zsh")
|
||||
((equal (file-name-nondirectory buffer-file-name) ".profile") "sh")
|
||||
|
|
|
|||
Loading…
Reference in a new issue