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

Comments not highlighted in events block #20

Closed rlivings39 closed 4 years ago

rlivings39 commented 4 years ago
classdef MyClass
  % Comment
  events
    % Another comment
  end
end

Likely similar issue as #11 Reported in https://github.com/Gimly/vscode-matlab/issues/102