mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
@@ -2043,6 +2043,8 @@ Mathematica:
|
||||
Matlab:
|
||||
type: programming
|
||||
color: "#bb92ac"
|
||||
aliases:
|
||||
- octave
|
||||
extensions:
|
||||
- .matlab
|
||||
- .m
|
||||
|
||||
Reference in New Issue
Block a user