ECMAScript 2018 adds built‑in support for lookbehind assertions to regular expressions, which can be a lot faster than the current pseudo‑lookbehind implemented in Prism.
Also, it’d be nice to use the official syntax and only use the pre‑ES2018 implementation when necessary.