Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non alpha macros not being hightlighted #139

Open
smabie opened this issue Aug 11, 2020 · 1 comment
Open

Non alpha macros not being hightlighted #139

smabie opened this issue Aug 11, 2020 · 1 comment

Comments

@smabie
Copy link

smabie commented Aug 11, 2020

screenshot

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

@non-Jedi
Copy link
Contributor

non-Jedi commented Aug 12, 2020

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(...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants