Hi team! For some reason when word contains some n...
# community-help
d
Hi team! For some reason when word contains some non-alphabetical symbol it then has shifted highlighting. For example, if content is
var(--icon)
if will be found by
q: varicon
but the highlight will be
<mark>var(--i</mark>
instead of
<mark>var(--icon</mark>
. And also I’m not sure that it have to be found in the first place 🤔 Is it problem with my set up or it worths an issue at github?
j
Hmmm, sounds like a bug. Could you open a GitHub issue with a set of curl commands like this that replicates the issue on a small dataset?
I’m also found that for
var(--icon)
it highlights it right, I have stable problem only for long strings like
var(--icon-some-long-value)