summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-04-02 02:17:16 +0000
committermurphy <murphy@rubychan.de>2010-04-02 02:17:16 +0000
commit6d82ed6176a8c3e6a80a6fead652ad659a8892db (patch)
tree044397c7c0cc33226c242a475dc16dd72dce55ca /lib/coderay/token_kinds.rb
parentb9377ad2633d5f7de92b339f1ad28b11942adfe3 (diff)
downloadcoderay-6d82ed6176a8c3e6a80a6fead652ad659a8892db.tar.gz
Java Scanner: Package names are recognized, along with some code cleanup. Closes #210.
Diffstat (limited to 'lib/coderay/token_kinds.rb')
-rwxr-xr-xlib/coderay/token_kinds.rb1
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',