vscode-html-css
vscode-html-css copied to clipboard
Update Regex in Parser
- Updated the regex to match
\
and!
in class names. - Added logic to remove escape characters
\
from the selector.
This change ensures that a string like .some-block-\!-some-identifier
will match as some-block-!-some-identifier
.