mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(auto-mode-alist): Recognize .itcl and .itk suffixes.
This commit is contained in:
parent
ddfb0a34ce
commit
c87c4cda2a
@ -972,6 +972,8 @@ run `normal-mode' explicitly."
|
||||
("\\.letter\\'" . text-mode)
|
||||
("\\.tcl\\'" . tcl-mode)
|
||||
("\\.exp\\'" . tcl-mode)
|
||||
("\\.itcl\\'" . tcl-mode)
|
||||
("\\.itk\\'" . tcl-mode)
|
||||
("\\.f90\\'" . f90-mode)
|
||||
("\\.lsp\\'" . lisp-mode)
|
||||
("\\.awk\\'" . awk-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user