summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-16 01:01:12 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-16 01:01:12 +0200
commitcb41b00d5673312f4982e914883f9cea95f2ccae (patch)
treefea5059b331244efd4400e36e5ba288a5a0bddc1 /lib/coderay/token_kinds.rb
parent8e67efef5b412b16d755fb47538e24a2b6bafce0 (diff)
downloadcoderay-cb41b00d5673312f4982e914883f9cea95f2ccae.tar.gz
cleanup TODOs, FIXMEs
Diffstat (limited to 'lib/coderay/token_kinds.rb')
-rwxr-xr-xlib/coderay/token_kinds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/token_kinds.rb b/lib/coderay/token_kinds.rb
index 42ea427..9154658 100755
--- a/lib/coderay/token_kinds.rb
+++ b/lib/coderay/token_kinds.rb
@@ -44,7 +44,7 @@ module CodeRay
:important => 'important', # CSS, Taskpaper
:include => 'include', # C, Groovy, Java, Python, Sass
:inline => 'inline', # nested code, eg. inline string evaluation; lots of scanners
- :inline_delimiter => 'inline-delimiter', # used instead of :inline > :delimiter FIXME: Why?
+ :inline_delimiter => 'inline-delimiter', # used instead of :inline > :delimiter FIXME: Why use inline_delimiter?
:instance_variable => 'instance-variable', # Ruby
:integer => 'integer', # most scanners
:key => 'key', # lots of scanners, used together with :value