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

Add handling for property validation #9

Closed rlivings39 closed 5 years ago

rlivings39 commented 5 years ago

Fixes #8. Tested in VSCode. Before vscodePropValidateBefore

After vscodePropValidateAfter

After with theme from https://github.com/Gimly/vscode-matlab/issues/89 vscodePropValidateAfterLight

BirukTes commented 5 years ago

Yes, this is more consistent colourisation.