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

Property validation not supported #8

Closed rlivings39 closed 5 years ago

rlivings39 commented 5 years ago

See https://github.com/Gimly/vscode-matlab/issues/89.

classdef
    properties
        Prop matlab.iu.Figure
    end
end

colors the property name the same as the class name in VSCode.