Add octave as an alias for Matlab syntax

Since Octave is a clone of Matlab, the syntax is exactly the same
and hence it is desirable for highlighting to be exactly the same
as well.
Adding octave as an alias for Matlab will trivially provide support
for highlighting Octave code, and will ensure the two languages
always use the same syntax highlighting rules.
This commit is contained in:
Scott Lowe
2015-12-03 20:49:59 +00:00
parent 95d0daba80
commit ac559effaa

View File

@@ -2043,6 +2043,8 @@ Mathematica:
Matlab:
type: programming
color: "#bb92ac"
aliases:
- octave
extensions:
- .matlab
- .m