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

Critical issue in syntax highlighting core #17

Open
zyavrik opened this issue Jun 6, 2014 · 3 comments
Open

Critical issue in syntax highlighting core #17

zyavrik opened this issue Jun 6, 2014 · 3 comments

Comments

@zyavrik
Copy link

zyavrik commented Jun 6, 2014

Steps to reproduce:

  1. Run example application from the package.
  2. Type word "using".

Actual result:

Part of word "sin" will be highlighted.

Should be:

Only whole words should be highlighted.

@zyavrik
Copy link
Author

zyavrik commented Jun 6, 2014

The is no this issue on QED Solver too.

@zyavrik
Copy link
Author

zyavrik commented Jun 8, 2014

Should be used regex like @"\b(?:a|b|c)\b" to fix the issue.

@zyavrik
Copy link
Author

zyavrik commented Jun 8, 2014

And @""\bmod\b" instead @""\bmod\b" on the example application.

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

1 participant