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

Line continuation directly after operators not supported #60

Closed watermarkhu closed 10 months ago

watermarkhu commented 1 year ago

The operator regex does not support the case when there is a line continuation directly after an operator.

image