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

Fix highlighting for macros prefixed by "!" #202

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

non-Jedi
Copy link
Contributor

@non-Jedi non-Jedi commented Jan 19, 2024

Closes #201.

Checked other regexes for similar issues involving "!" and did not discover any of significance. The Julia manual specifically calls out "!" as being special in this way and no other symbols, so just including "!" as a special-case in regexes is sufficient.

Test failure on emacs 29 is unrelated and due to #199.

Closes JuliaEditorSupport#201.

Checked other regexes for similar issues involving "!" and did not discover any of
significance. The Julia manual specifically calls out "!" as being special in this way and
no other symbols, so just including "!" as a special-case in regexes is sufficient.
@ViralBShah
Copy link
Member

@non-Jedi I've invited you to be a member of this organization. Please merge the PR if you think it is good to go.

@non-Jedi
Copy link
Contributor Author

non-Jedi commented Mar 6, 2024

Thanks. Would like to have at least one other person review before merging. Pinging @tpapp, @giordano, @FelipeLema: could one of you take a quick look?

@non-Jedi non-Jedi merged commit 72370db into JuliaEditorSupport:master Mar 14, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

Macro invocations not highlighted if preceded by an exclamation mark
3 participants