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

Various fixes for operators #57

Closed watermarkhu closed 10 months ago

watermarkhu commented 1 year ago

Fixes #59 Fixes #60

Todo's

watermarkhu commented 1 year ago

@dklilley let me know if you want to see tests added for these small edits.

dklilley commented 11 months ago

Sorry, I did not notice the comment to me until now. It would generally be preferred to add a short test for bug fixes, just so we can hopefully catch if they were to regress in the future.