diff options
Diffstat (limited to 'lib/coderay/token_kinds.rb')
-rwxr-xr-x | lib/coderay/token_kinds.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/token_kinds.rb b/lib/coderay/token_kinds.rb index 29bacb4..f6341fb 100755 --- a/lib/coderay/token_kinds.rb +++ b/lib/coderay/token_kinds.rb @@ -49,6 +49,7 @@ module CodeRay :label => 'la', :local_variable => 'lv', :modifier => 'mod', + :namespace => 'ns', :oct => 'oc', :predefined => 'pd', :preprocessor => 'pp', |