You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering find mode via /, I am unable to match text with spaces in HTML code blocks. Looking into the code, the HTML doesn't actually connect the text (typically for styling reasons like so):
I've tested with "Treat find queries as JavaScript regular expressions" set to true and false, still doesn't work. I'm wondering if there's some regex I can remember to include that matches spans, but am thinking it's probably something more complex considering the spans split up the text.
The text was updated successfully, but these errors were encountered:
Bug Description
Entering find mode via
/
, I am unable to match text with spaces in HTML code blocks. Looking into the code, the HTML doesn't actually connect the text (typically for styling reasons like so):To Reproduce
Steps to reproduce the behavior:
/
to "Enter find mode"npm install
to try to find the textnpm install tailwindcss @tailwindcss/vite
Browser and Vimium version
Chrome Version: 132.0.6834.160 (Official Build) (64-bit) (cohort: Stable)
Vimium Version: 2.1.2
Notes
I've tested with "Treat find queries as JavaScript regular expressions" set to
true
andfalse
, still doesn't work. I'm wondering if there's some regex I can remember to include that matches spans, but am thinking it's probably something more complex considering the spans split up the text.The text was updated successfully, but these errors were encountered: