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

`switch( ... )` support missing #45

Closed ghost closed 2 months ago

ghost commented 2 years ago

Switch has a command and function syntax where the switch(expression) syntax is also valid

image