An open API service indexing awesome lists of open source software.

https://github.com/mathworks/matlab-language-grammar

This repository contains a regular expression based language grammar for MATLAB to be used by GitHub Linguist for highlighting MATLAB code on GitHub
https://github.com/mathworks/matlab-language-grammar

Last synced: 3 months ago
JSON representation

This repository contains a regular expression based language grammar for MATLAB to be used by GitHub Linguist for highlighting MATLAB code on GitHub

Awesome Lists containing this project

README

        

# MATLAB-Language-grammar
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/MATLAB-Language-grammar)

Regular expression based grammar for the MATLAB Language

# Clients

This grammar is used by:

* [github/linguist](https://github.com/github/linguist) For syntax highlighting of MATLAB files on GitHub
* [Gimly/vscode-matlab](https://github.com/Gimly/vscode-matlab) For syntax highlighting of MATLAB files in VSCode
* [thedavidprice/language-matlab-octave](https://github.com/thedavidprice/language-matlab-octave) For syntax highlighting of MATLAB files in Atom