summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-06-01 21:33:24 +0000
committermurphy <murphy@rubychan.de>2010-06-01 21:33:24 +0000
commit6f87649e90c55efac703d9c5b7838fceada89b9e (patch)
treea01491ec327c86c016cb8169be13704b452a80ce /Changes.textile
parent5544505fc7b7cace58ff1b4bedb273eeeda4a514 (diff)
downloadcoderay-6f87649e90c55efac703d9c5b7838fceada89b9e.tar.gz
Added :eyecatcher token type (for inline diff highlighting) and improved
some nested styles.
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index c2ab2de..4bdf402 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -39,7 +39,7 @@ Renamed from @ClassOfKind@; the term "token class" is no longer used in CodeRay.
See "#122":http://redmine.rubychan.de/issues/122.
* *REMOVED* token kinds @:attribute_name_fat@, @:attribute_value_fat@, @:operator_fat@, @:tag_fat@, @:xml_text@, @:open@, and @:close@.
-* *ADDED* token kinds @:filename@ and @:namespace@.
+* *ADDED* token kinds @:filename@, @:namespace@, and @:eyecatcher@.
* *CHANGED*: Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode.
h3. @Encoders::CommentFilter@