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

elpollodiablo84/language-matlab-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Atom.io language support for Matlab

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.3%
  • MATLAB 22.2%
  • CSS 3.5%