aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-11-10 13:41:34 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-11-10 13:41:41 -0800
commit25c53a8eec4f73f4d0d127144b24bf68218149e3 (patch)
tree5dc918dfe65cb93ea01236e45aa5ea230ed90970 /lib/irb
parent958d954a1909edc1e297c54db7bbab53a289a0b8 (diff)
downloadruby-25c53a8eec4f73f4d0d127144b24bf68218149e3.tar.gz
Colorize on_symbols_beg (%I)
Diffstat (limited to 'lib/irb')
-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],