julia-emacs icon indicating copy to clipboard operation
julia-emacs copied to clipboard

Non alpha macros not being hightlighted

Open smabie opened this issue 5 years ago • 1 comments

screenshot

You can see that the @. is not being highlighted, unlike like @df and @pipe. Is this intended behavior?

smabie avatar Aug 11 '20 20:08 smabie

No. You can probably change this regex to just match @ followed by any number of non-whitespace to fix it.

EDIT: whatever solution would need to make sure not to include parens as part of the macro, e.g. @foo(...

non-Jedi avatar Aug 12 '20 03:08 non-Jedi