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

Comment color after a comma in switch block #64

Closed cberggren closed 2 months ago

cberggren commented 1 year ago

Comment text is showing up as a different color after a comma (see screenshot) when used after a case expression in a switch block.

switch experiment

    case 0 % Script testing w/ artery only output, text here
image