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
Don't know when I'll get to this but if someone else wants to take a shot at fixing, the rough outline of the solution is:
Give ' string delimiter syntax by default instead of operator (so that the logic for detecting whether \\ has escape syntax or operator syntax in julia-syntax-propertize-function works for it).
Instead of detecting that ' is the start of a string with julia-char-regex, detect when it's an operator.
Hi!
If we have a char that is a quote
'
, then the highlight and indentation is not correct:The text was updated successfully, but these errors were encountered: