Open SHU-red opened 5 months ago
Hi there, since your fix #3 rx is basically working
But it seems that i still experience a weird behavior in my example:
<Value dataType="string">-0200:
kSi for max. Blabla text obfuscated.MoreText

-0300:
kSi > 5/6
</Value>
&#x
.*
So i am able to work but sometimes its confusing if you dont know if you made a syntax error or the tool does not highlight anything
I think it was an issue with how i did caching of the regex and the text, just pushed a new version without it (at no performance loss from my tests), check it out!
Hi there, since your fix #3 rx is basically working
But it seems that i still experience a weird behavior in my example:
<Value dataType="string">-0200:
kSi for max. Blabla text obfuscated.MoreText

-0300:
kSi > 5/6
</Value>
&#x
to get all HTML excaped characters --> nothing gets highlighted.*
to see if highlighting works in general --> Everything gets highlighted&#x
to get all HTML excaped characters --> correct highlighting appearsSo i am able to work but sometimes its confusing if you dont know if you made a syntax error or the tool does not highlight anything