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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/token_classes.rb b/lib/coderay/token_classes.rb
index c352e48..9b5e83c 100755
--- a/lib/coderay/token_classes.rb
+++ b/lib/coderay/token_classes.rb
@@ -29,6 +29,7 @@ module CodeRay
:function => 'fu',
:global_variable => 'gv',
:hex => 'hx',
+ :important => 'im',
:include => 'ic',
:inline => 'il',
:inline_delimiter => 'idl',
@@ -46,6 +47,7 @@ module CodeRay
:pre_type => 'pt',
:predefined => 'pd',
:preprocessor => 'pp',
+ :pseudo_class => 'ps',
:regexp => 'rx',
:reserved => 'r',
:shell => 'sh',
@@ -56,6 +58,7 @@ module CodeRay
:tag_special => 'ts',
:type => 'ty',
:variable => 'v',
+ :value => 'vl',
:xml_text => 'xt',
:ident => :NO_HIGHLIGHT, # 'id'