crystal-lang-tools/vscode-crystal-lang

Regex special character escaping is ignored by syntax highlighter

vulpivia opened this issue · 0 comments

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

Example:

a = /\(/
b = /test/
  • OS: Manjaro Linux
  • Crystal version: v1.0.0
  • This plugin version: v0.8.2