Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5f8d2ce0
Commit
5f8d2ce0
authored
Mar 11, 2010
by
Wilson Snyder
Committed by
Dan Nicolaescu
Mar 11, 2010
Browse files
(auto-mode-alist): Accept more verilog file patterns.
parent
c7415cfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5f8d2ce0
2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
* files.el (auto-mode-alist): Accept more verilog file patterns.
2010-03-09 Miles Bader <miles@gnu.org>>
* vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
...
...
lisp/files.el
View file @
5f8d2ce0
...
...
@@ -2269,7 +2269,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
("
\\.dtd\\
'
" . sgml-mode)
("
\\.ds\\
(
ss\\
)
?l\\
'
" . dsssl-mode)
("
\\.js\\
'
" . js-mode) ; javascript-mode would be better
("
\\.[ds]?v\\
'
" . verilog-mode)
("
\\.[ds]?v
h?
\\
'
" . verilog-mode)
;; .emacs or .gnus or .viper following a directory delimiter in
;; Unix, MSDOG or VMS syntax.
("
[]>:/\\]\\..*\\
(
emacs\\|gnus\\|viper\\
)
\\
'
" . emacs-lisp-mode)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment