mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
(auto-mode-alist): Add snmp-mode patterns.
This commit is contained in:
parent
2d938ce753
commit
a2236dc611
@ -1282,7 +1282,13 @@ run `normal-mode' explicitly."
|
||||
;; _emacs following a directory delimiter
|
||||
;; in MsDos syntax
|
||||
("[:/]_emacs\\'" . emacs-lisp-mode)
|
||||
("\\.ml\\'" . lisp-mode))
|
||||
("\\.ml\\'" . lisp-mode)
|
||||
("\\.asn$" . snmp-mode)
|
||||
("\\.mib$" . snmp-mode)
|
||||
("\\.smi$" . snmp-mode)
|
||||
("\\.as2$" . snmpv2-mode)
|
||||
("\\.mi2$" . snmpv2-mode)
|
||||
("\\.sm2$" . snmpv2-mode))
|
||||
"\
|
||||
Alist of filename patterns vs corresponding major mode functions.
|
||||
Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).
|
||||
|
Loading…
Reference in New Issue
Block a user