vscode-html-css icon indicating copy to clipboard operation
vscode-html-css copied to clipboard

Update Regex in Parser

Open ivbrajkovic opened this issue 8 months ago • 0 comments

  • 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.

ivbrajkovic avatar Jun 28 '24 22:06 ivbrajkovic