Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 938 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 938 Bytes

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 file grammars\m.cson.