diff options
Diffstat (limited to 'lib/coderay/token_classes.rb')
-rwxr-xr-x | lib/coderay/token_classes.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/coderay/token_classes.rb b/lib/coderay/token_classes.rb index 77d48aa..d85d1af 100755 --- a/lib/coderay/token_classes.rb +++ b/lib/coderay/token_classes.rb @@ -61,6 +61,11 @@ module CodeRay :variable => 'v', :value => 'vl', :xml_text => 'xt', + + :insert => 'ins', + :delete => 'del', + :change => 'chg', + :head => 'head', :ident => :NO_HIGHLIGHT, # 'id' #:operator => 'op', |