diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-09-07 14:12:05 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-09-07 14:12:05 +0200 |
commit | 1f88ad0c81707c5419e93141d5acddd842f8afe7 (patch) | |
tree | 431d6a8632aa904f825bef3d0a8c04ff1ef80c41 /lib/coderay | |
parent | 5c5954d3dbcb9576fbd17a12d70014a9bef91a14 (diff) | |
parent | 9ede776bc89e90ea6689f9690ae130b16d20493c (diff) | |
download | coderay-1f88ad0c81707c5419e93141d5acddd842f8afe7.tar.gz |
Merge branch 'master' into multiline-inline-diff
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/encoders/terminal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/terminal.rb b/lib/coderay/encoders/terminal.rb index 005032d..a0ceb3c 100644 --- a/lib/coderay/encoders/terminal.rb +++ b/lib/coderay/encoders/terminal.rb @@ -62,7 +62,6 @@ module CodeRay :content => '31', :delimiter => '1;29', :modifier => '35', - :function => '1;29' }, :reserved => '1;31', :shell => { @@ -75,6 +74,7 @@ module CodeRay :modifier => '1;32', :escape => '1;36', :delimiter => '1;32', + :char => '1;36', }, :symbol => '1;32', :tag => '1;34', |