apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

Octave syntax highlighting handler for Sublime Text #57

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

I'm editing this stuff in Sublime Text, and it has a Matlab syntax handler, but not an Octave one. And we're using lots of Octave extensions, like "#" comments, end<thing> block closings, and so on. Would be nice if it had an Octave syntax definition.

apjanke commented 5 years ago

I created a separate project for this: https://github.com/apjanke/sublime-octave.