aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/color.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irb/color.rb b/lib/irb/color.rb
index 9436c19b72..92bbd9ebd5 100644
--- a/lib/irb/color.rb
+++ b/lib/irb/color.rb
@@ -52,6 +52,7 @@ module IRB # :nodoc:
on_regexp_beg: [[RED, BOLD], ALL],
on_regexp_end: [[RED, BOLD], ALL],
on_symbeg: [[YELLOW], ALL],
+ on_symbols_beg: [[RED, BOLD], ALL],
on_tstring_beg: [[RED, BOLD], ALL],
on_tstring_content: [[RED], ALL],
on_tstring_end: [[RED, BOLD], ALL],