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
50 stars 17 forks source link

Grammar overhaul #38

Closed ghost closed 3 years ago

ghost commented 3 years ago

This pull does numerous things:

Closes #26. Closes #27. Closes #35. Closes #36.

ghost commented 3 years ago

Tests aren't running because vscode-grammar can't backtrack in the new single line block tests. Will fix tomorrow.

ghost commented 3 years ago

Fixed tests.

@rlivings39 @gauravsavadi You're probably busy with R2021b but what's the ETA on merging this pull

ghost commented 3 years ago

All done now :shipit: 🚀

ghost commented 3 years ago

I have signed the CLA (I'm Munin!) however I haven't completed the work yet. Trying to figure out global readwrite variable matching atm

Noting here that I've done readwrite operation matching via injection grammar in the vscode-matlab repo

ghost commented 3 years ago

@gauravsavadi requesting review on this PR