(auto-mode-alist): Use verilog-mode for SystemVerilog files.

This commit is contained in:
Dan Nicolaescu 2008-09-02 16:10:37 +00:00
parent 2e2da3d5a2
commit c3190aad4b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
* files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2008-09-02 Martin Rudalics <rudalics@gmx.at>
* calc/calc.el (calc-dispatch-map): Fix handling of upcased and

View file

@ -2086,7 +2086,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.js\\'" . java-mode) ; javascript-mode would be better
("\\.d?v\\'" . verilog-mode)
("\\.[ds]?v\\'" . verilog-mode)
;; .emacs or .gnus or .viper following a directory delimiter in
;; Unix, MSDOG or VMS syntax.
("[]>:/\\]\\..*\\(emacs\\|gnus\\|viper\\)\\'" . emacs-lisp-mode)