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
- Host: GitHub
- URL: https://github.com/mathworks/matlab-language-grammar
- Owner: mathworks
- Created: 2017-11-13T16:31:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T19:52:07.000Z (7 months ago)
- Last Synced: 2025-04-09T15:05:11.816Z (3 months ago)
- Language: MATLAB
- Homepage:
- Size: 241 KB
- Stars: 53
- Watchers: 3
- Forks: 17
- 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