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

Allow for function calls within brace validation lists #86

Closed apozharski closed 1 month ago

apozharski commented 1 month ago

resolves #85

dklilley commented 1 month ago

Thank you for making this change! I will take a look this week!

nothans commented 1 month ago

Can you contact me about signing the CLA? Thank you for the contribution!

apozharski commented 1 month ago

Can you contact me about signing the CLA? Thank you for the contribution!

@nothans I have sent you an email to the address on your github profile.

nothans commented 1 month ago

The CLA has been signed. Thanks again.

dklilley commented 1 month ago

@apozharski , it looks like one of the snap tests needs to be updated due to these changes. Can you confirm that the failure is expected, and update the snap tests (see details in test/README.md)?

apozharski commented 1 month ago

Yep, the new failure makes sense. I have updated the .snap (and the README as it was missing some details on a libxml2-utils dependency).