1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-21 21:17:50 +02:00

4 Commits

Author SHA1 Message Date
oliverpool
e06b52822a
pygments2chroma: escape regex.words (#982)
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 `+`).
2024-07-10 19:38:21 +10:00
Jonathan
038fab58f6
Add shebang (#864) 2023-11-01 07:18:04 +11:00
Alec Thomas
45e3bfb671 Convert bashsessions lexer to XML 2022-12-12 07:41:42 +11:00
Forest0923
739028eb93 Add pygments2chroma_xml.py
This script automatically generates a lexer in xml format from Pygments.
2022-10-06 11:13:43 +11:00