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

Metaclass operator argument is treated as variable/property access #89

Closed apozharski closed 3 months ago

apozharski commented 3 months ago

Currently ?namespace.class is parsed as a property access of class on variable namespace. This is incorrect and yields misleading tokenization and syntax highlighting.