mirror of
https://github.com/alecthomas/chroma.git
synced 2025-01-28 03:29:41 +02:00
e06b52822a
Discovered while building on top of https://github.com/alecthomas/chroma/issues/877#issuecomment-1858982870 (by @miliog) The pygments "regex.words" should be escaped, since they may contain special regex chars (like `^` or `+`).