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
c80d2575
Commit
c80d2575
authored
Mar 28, 1993
by
Eric S. Raymond
Browse files
(auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex.
parent
a04adb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/files.el
lisp/files.el
+6
-0
No files found.
lisp/files.el
View file @
c80d2575
...
...
@@ -622,6 +622,8 @@ run `normal-mode' explicitly."
(
"\\.el\\'"
.
emacs-lisp-mode
)
(
"\\.mm\\'"
.
nroff-mode
)
(
"\\.me\\'"
.
nroff-mode
)
(
"\\.ms\\'"
.
nroff-mode
)
(
"\\.man\\'"
.
nroff-mode
)
(
"\\.scm\\'"
.
scheme-mode
)
(
"\\.l\\'"
.
lisp-mode
)
(
"\\.lisp\\'"
.
lisp-mode
)
...
...
@@ -631,6 +633,8 @@ run `normal-mode' explicitly."
(
"\\.pl\\'"
.
prolog-mode
)
(
"\\.cc\\'"
.
c++-mode
)
(
"\\.C\\'"
.
c++-mode
)
(
"\\.mk"
.
.
makefile-mode
)
(
"[Mm]akefile"
.
makefile-mode
)
;;; Less common extensions come here
;;; so more common ones above are found faster.
(
"\\.s\\'"
.
asm-mode
)
...
...
@@ -651,6 +655,7 @@ run `normal-mode' explicitly."
(
"\\.lsp\\'"
.
lisp-mode
)
(
"\\.awk\\'"
.
awk-mode
)
(
"\\.prolog\\'"
.
prolog-mode
)
(
"\\.tar\\'"
.
tar-mode
)
;; Mailer puts message to be edited in
;; /tmp/Re.... or Message
(
"^/tmp/Re"
.
text-mode
)
...
...
@@ -658,6 +663,7 @@ run `normal-mode' explicitly."
;; some news reader is reported to use this
(
"^/tmp/fol/"
.
text-mode
)
(
"\\.y\\'"
.
c-mode
)
(
"\\.lex\\'"
.
c-mode
)
(
"\\.oak\\'"
.
scheme-mode
)
(
"\\.scm.[0-9]*\\'"
.
scheme-mode
)
;; .emacs following a directory delimiter
...
...
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