mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(auto-mode-alist): Add pattern for `.shrc'.
This commit is contained in:
parent
729ae5471f
commit
08fb7a1c66
1 changed files with 1 additions and 1 deletions
|
|
@ -1360,7 +1360,7 @@ in that case, this function acts as if `enable-local-variables' were t."
|
|||
("\\.scm\\.[0-9]*\\'" . scheme-mode)
|
||||
("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
|
||||
("\\(/\\|\\`\\)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'" . sh-mode)
|
||||
("\\(/\\|\\`\\)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode)
|
||||
("\\(/\\|\\`\\)\\.\\(bash_logout\\|shrc\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode)
|
||||
("\\(/\\|\\`\\)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode)
|
||||
("\\.m?spec$" . sh-mode)
|
||||
("\\.mm\\'" . nroff-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue