Regex special character escaping is ignored by syntax highlighter
vulpivia opened this issue · 0 comments
vulpivia commented
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