* files.el (interpreter-mode-alist): Add octave.

This commit is contained in:
Leo Liu 2013-09-22 20:23:20 +08:00
parent 8fef36c6ff
commit 7186ba6045
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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)