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 of offffff #9

Closed
wants to merge 1 commit into from
Closed

Conversation

GitMensch
Copy link
Contributor

No description provided.

@GitMensch GitMensch changed the title if highligting of offffff fix highlighting of offffff Feb 8, 2023
@@ -869,7 +869,7 @@
"patterns": [
{
"name": "meta.on_off_unlimited.gdb",
"match": "(u(?:n(?:l(?:i(?:m(?:i(?:t(?:e(?:d)?)?)?)?)?)?)?)|on|of+)",
"match": "(u(?:n(?:l(?:i(?:m(?:i(?:t(?:e(?:d)?)?)?)?)?)?)?)|on|off?)",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

best would be off?\\b, otherwise offffff will renders with off as blue and the excedent ffff in white.
We need to fix off anywhere its used, no only for this patterns.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

totally agree, let's close this PR and consider it as "issue" :-)

@GitMensch GitMensch closed this Feb 8, 2023
@GitMensch GitMensch deleted the patch-1 branch February 8, 2023 09:37
@pirpyn pirpyn mentioned this pull request Feb 8, 2023
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.

None yet

2 participants