Regular expression based grammar for the GNU Octave programming language
- Syntax highlighting
The present repository aims to provide with an "official" syntax highlighting grammar for the GNU Octave programming language, so that it can be differentiated from MATLAB.
The goal is to make the syntax highlighting identical (or as similar as possible) to the default syntax highlighting used by the GNU Octave GUI Editor. Thus, any contributions are welcome.
The Octave.tmLanguage
grammar file was written by Andrew Janke for his VSCode extension project, which can be found at https://github.com/apjanke/vscode-octave-hacking. It was based on the original TextMate Octave grammar.