-
Notifications
You must be signed in to change notification settings - Fork 214
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
Enlighter won't work in first word #129
Comments
hi @Irwanda04 , which language ? can you provide the example code above ? thanks! |
function abc(a:integer) : integer; function ghi(x:integer;b:integer):integer; function def(a:integer; b:integer) : integer; |
it's caused by the regex rule within the generic ruleset - it currently requires a non word character before+after the keywords ("function" is just a keyword) |
fixed in the master branch |
Thank you!! |
I'm new at this plugin. I just want to ask why it won't work in the very first word?
It works if I add space before. But I don't want to do that.
The text was updated successfully, but these errors were encountered: