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

Correct metaclass parsing #90

Closed apozharski closed 3 months ago

apozharski commented 3 months ago

Add functionality to correctly identify ?namespace.class metaclass references everywhere.

Resolves #89

dklilley commented 3 months ago

Thanks again for making these improvements! These should also be included in the next update for the MATLAB extension for VS Code.