From f2660beaee1d7615a6d152b0e27b7ea04f2652ab Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Sun, 21 Aug 2011 20:52:08 +0200 Subject: add :debug token to TokenKinds --- lib/coderay/token_kinds.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/token_kinds.rb') diff --git a/lib/coderay/token_kinds.rb b/lib/coderay/token_kinds.rb index 69a96e5..3b8d07e 100755 --- a/lib/coderay/token_kinds.rb +++ b/lib/coderay/token_kinds.rb @@ -22,6 +22,7 @@ module CodeRay :complex => 'complex', :constant => 'constant', :content => 'content', + :debug => 'debug', :decorator => 'decorator', :definition => 'definition', :delimiter => 'delimiter', -- cgit v1.2.1