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

email addresses are parsed as contexts #51

Closed
ransome1 opened this issue Oct 18, 2023 · 4 comments · Fixed by #61
Closed

email addresses are parsed as contexts #51

ransome1 opened this issue Oct 18, 2023 · 4 comments · Fixed by #61
Assignees

Comments

@ransome1
Copy link

If next branch is parsing this string Test [email protected] it will detect test.com as a context.

As a general rule you could include a space before to the @ in the expression pattern in order to avoid this.

@jmhobbs
Copy link
Owner

jmhobbs commented Oct 19, 2023

Oof, good catch, I'll get that fixed up.

@jmhobbs jmhobbs self-assigned this Oct 19, 2023
@ransome1
Copy link
Author

@jmhobbs same goes for projects. This text+notaproject will detect notaproject as a project, which of course should not be the case.

@jmhobbs
Copy link
Owner

jmhobbs commented Jan 20, 2025

Released in 1.0.0-alpha.3

@ransome1
Copy link
Author

Lovely thanks! Just solved another issue in sleek :)

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