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
8db739de
Commit
8db739de
authored
Feb 17, 1994
by
Noah Friedman
Browse files
interpreter-mode-alist: Add modes for awk, gawk, and scm scripts.
parent
23e4c8be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/files.el
lisp/files.el
+4
-1
No files found.
lisp/files.el
View file @
8db739de
...
...
@@ -845,7 +845,10 @@ again for another match.")
("
wish
" . tcl-mode)
("
shell
" . tcl-mode)
("
form
" . tcl-mode)
("
tcl
" . tcl-mode))
("
tcl
" . tcl-mode)
("
awk
" . awk-mode)
("
gawk
" . awk-mode)
("
scm
" . scheme-mode))
"
Alist
mapping
interpreter
names
to
major
modes.
This
alist
applies
to
files
whose
first
line
starts
with
`
#
!
'.
Each
element
looks
like
(
INTERPRETER
.
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