* files.el (interpreter-mode-alist): Add octave.
This commit is contained in:
parent
8fef36c6ff
commit
7186ba6045
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-09-22 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* files.el (interpreter-mode-alist): Add octave.
|
||||
|
||||
2013-09-21 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
C++: fontify identifier in declaration following "public:" correctly.
|
||||
|
|
|
@ -2455,6 +2455,7 @@ and `magic-mode-alist', which determines modes based on file contents.")
|
|||
("wishx?" . tcl-mode)
|
||||
("tcl\\(sh\\)?" . tcl-mode)
|
||||
("expect" . tcl-mode)
|
||||
("octave" . octave-mode)
|
||||
("scm" . scheme-mode)
|
||||
("[acjkwz]sh" . sh-mode)
|
||||
("r?bash2?" . sh-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue