crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
276 stars 58 forks source link

Regex special character escaping is ignored by syntax highlighter #147

Closed vulpivia closed 1 year ago

vulpivia commented 3 years ago

Escaped special regular expression characters are still recognized as special characters, which ends up in incorrect syntax highlighting.

Example:

a = /\(/
b = /test/