summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/terminal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/terminal.rb')
-rw-r--r--lib/coderay/encoders/terminal.rb7
1 files changed, 3 insertions, 4 deletions
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 = []