Regex fontificationDoes anyone know a good package for fontification of regular expressions. What I…
انتشار: 2026/08/15 07:07 UTCدریافت: 2026/08/16 09:30 UTCآخرین مشاهده: 2026/08/16 09:30 UTC
Regex fontificationDoes anyone know a good package for fontification of regular expressions. What I'm after, in particular is something that would simply highlight groups/classes in regular expressions.For example in `typescript-ts-mode`, I see this from my code:Incorrect regex with an empty alternative group \`\(|\)\`That regex has an incorrect, empty alternative group. I noticed that when reviewing it in Gitlab, it highlighted a past version of this regex in this way, making it much easier to spot the mistake:preview.redd.it/z1iabumthhjh1.png?width=7… looking for a package that would add a single face, for capture groups, groups, classes and special characters in regular expressions. I don't know if that exists or whether this needs to be added to the tree-sitter grammar to work.redd.it/1vovi0e@r_emacs