From ca6fe10b028403347d25911e220d872679cc1a82 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 7 Mar 2011 22:46:47 +0000 Subject: updating terminal encoder a bit --- lib/coderay/encoders/terminal.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/coderay/encoders') diff --git a/lib/coderay/encoders/terminal.rb b/lib/coderay/encoders/terminal.rb index 3a774a0..4d64aba 100644 --- a/lib/coderay/encoders/terminal.rb +++ b/lib/coderay/encoders/terminal.rb @@ -93,11 +93,10 @@ module CodeRay TOKEN_COLORS[:method] = TOKEN_COLORS[:function] TOKEN_COLORS[:imaginary] = TOKEN_COLORS[:complex] TOKEN_COLORS[:begin_group] = TOKEN_COLORS[:end_group] = - TOKEN_COLORS[:nesting_delimiter] = TOKEN_COLORS[:escape] = - TOKEN_COLORS[:delimiter] - + TOKEN_COLORS[:escape] = TOKEN_COLORS[:delimiter] + protected - + def setup(options) super @opened = [] -- cgit v1.2.1