mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 06:01:22 -08:00
(auto-mode-alist): Recognize verilog files.
This commit is contained in:
parent
b68a96b966
commit
62a7c35dbc
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* files.el (auto-mode-alist): Recognize verilog files.
|
||||
|
||||
* progmodes/verilog-mode.el (verilog-string-replace-matches)
|
||||
(verilog-string-remove-spaces, verilog-re-search-forward)
|
||||
(verilog-re-search-backward, verilog-re-search-forward-quick)
|
||||
|
|
|
|||
|
|
@ -1990,6 +1990,7 @@ since only a single case-insensitive search through the alist is made."
|
|||
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
|
||||
("\\.js\\'" . java-mode) ; javascript-mode would be better
|
||||
("\\.x[bp]m\\'" . c-mode)
|
||||
("\\.d?v\\'" . verilog-mode)
|
||||
;; .emacs or .gnus or .viper following a directory delimiter in
|
||||
;; Unix, MSDOG or VMS syntax.
|
||||
("[]>:/\\]\\..*\\(emacs\\|gnus\\|viper\\)\\'" . emacs-lisp-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue