diff options
Diffstat (limited to 'lib/coderay/token_classes.rb')
-rwxr-xr-x | lib/coderay/token_classes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/token_classes.rb b/lib/coderay/token_classes.rb index 9b5e83c..77d48aa 100755 --- a/lib/coderay/token_classes.rb +++ b/lib/coderay/token_classes.rb @@ -4,6 +4,7 @@ module CodeRay h[k] = k.to_s end ClassOfKind.update with = { + :annotation => 'at', :attribute_name => 'an', :attribute_name_fat => 'af', :attribute_value => 'av', |