Weird result highlighting with some regex #8999
Unanswered
jotak
asked this question in
Code Search and Navigation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
First, congrats for bringing this awesome feature, this will be super useful
I found something weird while searching with regex, in some cases the text highligthing in results is different and makes it hard to read (maybe better in dark mode?), see this screenshot:
There is this white text over beige background on the left, that is barely readable. It occurs when I have a starting quote in regex:
/"type"/
. If I remove the starting quote, it's much better:/type"/
gives:Beta Was this translation helpful? Give feedback.
All reactions