Skip to content

Commit f4dbdb3

Browse files
committed
add :string.:char, remove :regexp.:function color from terminal encode (GH rubychan#29)
1 parent bc96f76 commit f4dbdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/encoders/terminal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class Terminal < Encoder
6262
:content => '31',
6363
:delimiter => '1;29',
6464
:modifier => '35',
65-
:function => '1;29'
6665
},
6766
:reserved => '1;31',
6867
:shell => {
@@ -75,6 +74,7 @@ class Terminal < Encoder
7574
:modifier => '1;32',
7675
:escape => '1;36',
7776
:delimiter => '1;32',
77+
:char => '1;36',
7878
},
7979
:symbol => '1;32',
8080
:tag => '1;34',

0 commit comments

Comments
 (0)