You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Matlab test file seems to have a invalid block comment in it. According to the official documentation block comments start with %{ and end with %}. The test file has the comment start sequence swapped.
Hi!
The Matlab test file seems to have a invalid block comment in it. According to the official documentation block comments start with
%{
and end with%}
. The test file has the comment start sequence swapped.pygments/tests/examplefiles/matlab_sample
Lines 28 to 30 in 3e1b79c
The text was updated successfully, but these errors were encountered: