(auto-mode-alist): Recognize .sgm, .sgml, .dtd.
This commit is contained in:
parent
c7aa4667af
commit
03b3ba121e
1 changed files with 3 additions and 0 deletions
|
@ -742,6 +742,9 @@ run `normal-mode' explicitly."
|
|||
("\\.lex\\'" . c-mode)
|
||||
("\\.oak\\'" . scheme-mode)
|
||||
("\\.scm.[0-9]*\\'" . scheme-mode)
|
||||
("\\.sgm\\'" sgml-mode)
|
||||
("\\.sgml\\'" sgml-mode)
|
||||
("\\.dtd\\'" sgml-mode)
|
||||
;; .emacs following a directory delimiter
|
||||
;; in either Unix or VMS syntax.
|
||||
("[]>:/]\\..*emacs\\'" . emacs-lisp-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue