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
Ah, thank you for pointing this out. I use ST with the "ensure_newline_at_eof_on_save" setting enabled, so I hadn't noticed this. The syntax almost exclusively looks for \n to end scopes, rather than $ which is all that would be present at the end of the file... I'll take a look
Consider the code
(without a newline after
end
). Thenend
is highlighted as if it were a command name rather than a keyword; in Monokai, blue instead of red.In other syntax highlighters (try the same code highlighted like MATLAB), this behaves as expected.
The text was updated successfully, but these errors were encountered: