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

Anonymous functions as arguments #83

Closed watermarkhu closed 2 months ago

watermarkhu commented 2 months ago

Fixes #80

Anonymous functions are currently defined to end on ; or comment. This does now allow for declaring anonymous function directly as argument to a function.