summaryrefslogtreecommitdiff
path: root/pygments/formatters/terminal.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-14 10:02:05 -0700
committerTim Hatch <tim@timhatch.com>2015-10-14 10:02:05 -0700
commit5124a42d60cd3f44a9ec28498020a9ac0809b432 (patch)
tree60d340561f1ad7dc585cd06e73b9eea7a9e8f510 /pygments/formatters/terminal.py
parent366f8003d90aa8c8a96a1c265de5dfbe0c783273 (diff)
downloadpygments-5124a42d60cd3f44a9ec28498020a9ac0809b432.tar.gz
Highlight prompts different in TerminalFormatter
Diffstat (limited to 'pygments/formatters/terminal.py')
-rw-r--r--pygments/formatters/terminal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/formatters/terminal.py b/pygments/formatters/terminal.py
index 3c4b025f..ad578113 100644
--- a/pygments/formatters/terminal.py
+++ b/pygments/formatters/terminal.py
@@ -49,6 +49,7 @@ TERMINAL_COLORS = {
Generic.Inserted: ('darkgreen', 'green'),
Generic.Heading: ('**', '**'),
Generic.Subheading: ('*purple*', '*fuchsia*'),
+ Generic.Prompt: ('**', '**'),
Generic.Error: ('red', 'red'),
Error: ('_red_', '_red_'),