Skip to content
Snippets Groups Projects
Commit ee067a4e authored by Henning Glawe's avatar Henning Glawe
Browse files

add foreground blue color

parent 9fd42c36
Branches
Tags
No related merge requests found
......@@ -10,6 +10,7 @@ class ANSI(object):
BEGIN_INVERT='\033[7m'
END_INVERT='\033[27m'
FG_RED='\033[31m'
FG_BLUE='\033[34m'
class MatchHighlighter(object):
"""ANSI-Color highlighting for capturing groups in regex matches"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment