language-matlab-plus
MATLAB language support in Atom with section borders, section folding and persistent highlighting
This package provides the following services:
atom.io language-matlab-plus package
Atom.io language support for Matlab, with some features similar to the default Matlab Editor.
Forked from https://github.com/thedavidprice/language-matlab-octave.
Originally converted from the TextMate Bundle https://github.com/textmate/matlab.tmbundle.
Features
- A lot of corrections and optimizations from the original conversion.
- Code sections borders (with a relative providedService).
- Code sections folding.
- Persistent variables highlighting like in the default MATLAB editor. You can change the color in your stylesheet by adding
.variable-persistent {
color: #82AAFF; /*Modify this value to change the color*/
}
- Support functions are disabled by default. If you want to reenable them, decomment the relative line of
builtin_keywords
in the grammar filegrammars\m.cson
.