summaryrefslogtreecommitdiff
path: root/lib/coderay/token_classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/token_classes.rb')
-rwxr-xr-xlib/coderay/token_classes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/token_classes.rb b/lib/coderay/token_classes.rb
index b19e512..d0de855 100755
--- a/lib/coderay/token_classes.rb
+++ b/lib/coderay/token_classes.rb
@@ -39,7 +39,7 @@ module CodeRay
:local_variable => 'lv',
:modifier => 'mod',
:oct => 'oc',
- :operator_name => 'on',
+ :operator_fat => 'of',
:pre_constant => 'pc',
:pre_type => 'pt',
:predefined => 'pd',