-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Need to highlight variable names starting with $ in Perl as well #107
Comments
Actually, the root of the problem is probably from the borrowed code from find-and-replace module: So the behavior with regard to non word chars should be fixed, instead of adding exceptions for a limited number of languages... (should be applied to JavaScript, Java, Stylus and other related CSS languages, perhaps Ruby?, and so on). |
FYI: You can disable "Only Highlight Whole Words" to workaround for language-perl "Non Word Characters" ( |
See #174 |
I see you added special case to catch names with "$" in PHP. This is needed for Perl too. If you hightlight "$var1" you will not get any matches. If you turn off whole word only, then it works.
The text was updated successfully, but these errors were encountered: