Closed kevinresol closed 8 years ago
Honestly, I didn't test. Just wanna get rid of the highlight for type (because I use that very often as parameter name).
type
That is weird, I thought the regex syntax is correct (theoretically)
Ok I know why. Because the regex is prepended by \b which match all non-word characters including $... let's see if I can fix it
\b
$
This should work now
yes this looks good
merging and tagging
Honestly, I didn't test. Just wanna get rid of the highlight for
type
(because I use that very often as parameter name).That is weird, I thought the regex syntax is correct (theoretically)