-
Notifications
You must be signed in to change notification settings - Fork 100
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
[feature request] regex pattern in keywords #88
Comments
multiple regex make the extension much more complex, witch I think it's already been complex than the original purpose when I made this extension :(. |
If I'm not mistaken that option gets me a single color. I'd like many colors. A problem I have with the keywords is that they are not matched as "whole word". E.g. "NOTE" is matched in "NOTEPAD". |
@wayou Is this still supported, or has it since been removed? I can't seem to make it work using the examples in that commit. Using "pattern" doesn't seem to work. I need to be able to specify a boundary for individual keywords. Using a single keywordsPattern is not suitable. This doesn't work. |
@adamreisnz I'm afraid the |
I would really powerful to have regex not only in a single string but on every keyword. E.g. I use
NOTE(username): stuff
orTODO(username,date): stuff
.The text was updated successfully, but these errors were encountered: