summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-31 21:13:13 +0000
committermurphy <murphy@rubychan.de>2010-03-31 21:13:13 +0000
commitf3fd12cfb812ffdac5e7510f20e3d180467330ca (patch)
treec3ac66545fa1546d6df4fa2a294fc85024da9cde
parent2b9c0a24b9935d372b9cc478349135e16ea5ad42 (diff)
downloadcoderay-f3fd12cfb812ffdac5e7510f20e3d180467330ca.tar.gz
Missing change logged.
-rw-r--r--Changes.textile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index 8b68f30..48c723e 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -90,6 +90,9 @@ h3. @Scanners::Ruby@
(eg. GL.PushMatrix).
* *NEW*: Highlight buggy floats (like .5) as @:error@.
* *CLEANUP* of documentation, names of constants and variables, state handling.
+* *NEW*: Complicated rule for recognition of @foo=@ style method names.
+
+ Actually, Ruby checks if there is @[~>=]@, but not @=>@ following the name.
h3. @Scanners::Scheme@