-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add support to regular expressions using a global parameter. #61
base: master
Are you sure you want to change the base?
Conversation
@helior Any news on this PR? |
can this branch be merged? support for multiple highlights using regex would be great to have. |
I'm wondering why this PR adds |
I added |
This reverts commit b61b83f.
This would be great to have. |
Indeed! |
@helior please merge this in. This is a great addition! |
This PR adds support to regular expressions using a global parameter e.g.
will both highlight 'brown' and 'jumps'. This handles issue #60.