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: 9 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
- Host: GitHub
- URL: https://github.com/mathworks/matlab-language-grammar
- Owner: mathworks
- Created: 2017-11-13T16:31:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T19:52:07.000Z (over 1 year ago)
- Last Synced: 2025-05-20T08:07:49.966Z (about 1 year ago)
- Language: MATLAB
- Homepage:
- Size: 241 KB
- Stars: 56
- Watchers: 3
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# MATLAB-Language-grammar
[](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