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

[WIP] fixed attribute parsing in properties methods and events #91

Open apozharski opened 3 months ago

apozharski commented 3 months ago

This extends the work in #88 to also improve parsing of property, events, and methods blocks.

WIP until tests are updated.