We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6490a87 commit e8abfd2Copy full SHA for e8abfd2
1 file changed
spin/color_format.py
@@ -32,7 +32,7 @@ def write_dl(self, items):
32
key_fmt = RegexpFormatter(
33
{
34
" [A-Z_]+": {"bold": True, "fg": "yellow"},
35
- r"\-[a-z]{1}(?=[ ,]{1})": {"fg": "green"},
+ r"\-[a-zA-Z]{1}(?=[ ,]{1})": {"fg": "green"},
36
},
37
default={"bold": True, "fg": "cyan"},
38
)
0 commit comments