SIGN IN SIGN UP
Textualize / rich UNCLAIMED

Rich is a Python library for rich text and beautiful formatting in the terminal.

0 0 180 Python

Add support for enum.Flag in ReprHighlighter

enum.Flag allows more than one bit to be set, and its repr will show
something like <Permission.READ|WRITE: 3>.

For this to display correctly, we need to add the pipe symbol to the
tag regex.
D
Dennis Brakhane committed
eb6b5ef87a762a2480981b616a49cf0bba617daf
Parent: 880693d