rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.32k stars 731 forks source link

MATLAB lexer does not recognize %{ %} block comment syntax #1815

Open KaesetorteGithub opened 2 years ago

KaesetorteGithub commented 2 years ago

Name of the lexer MATLAB

Additional context The Matlab lexer does not properly recognize block comments with the %{ %} syntax. The linked picture shows the comment getting displayed as code in gitlab when using the Matlab lexer.

grafik