Jacques Erasmus
Jacques Erasmus
**Describe the issue** HAML syntax highlighting is broken ### [Codepen](https://codepen.io/jerasmus123/pen/YzJeBev) This issue was previously reported (https://github.com/highlightjs/highlight.js/issues/1435) and closed, but the issue does not seem to be fixed. ![Screenshot 2023-05-08 at...
**Describe the issue** Ruby syntax highlight fails with `%r` Ruby expression. See screenshot: **Which language seems to have the issue?** Ruby **Are you using `highlight` or `highlightAuto`?** - `highlight` ......
### Summary This fixes an issue where `%r{}`-style regular expressions in Ruby were not correctly highlighted when they contained nested patterns or complex escape sequences. Patterns like `(\.{2}|\A/)` would either...