diff options
author | murphy <murphy@rubychan.de> | 2010-05-18 05:45:52 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-05-18 05:45:52 +0000 |
commit | 804dda68dd006b16e0815e19d7dd4bac758ec934 (patch) | |
tree | e0c9f969ed85da11afec11d36e7140f7b4e07806 /Changes.textile | |
parent | 3ba349bd7ba1df8e84f7b215e770d7192758666a (diff) | |
download | coderay-804dda68dd006b16e0815e19d7dd4bac758ec934.tar.gz |
Improved Python docstring highlighting (closes #190).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Changes.textile b/Changes.textile index 90a7cda..8b84cc2 100644 --- a/Changes.textile +++ b/Changes.textile @@ -131,15 +131,15 @@ h3. @Scanners::Java@ h3. @Scanners::Plaintext@ -* *CHANGED*: Docstrings are highlighted as @:comment@. - See "#190":http://redmine.rubychan.de/issues/190. - -h3. @Scanners::Python@ - * *IMPROVED*: Just returns the string without scanning (faster). This is much faster than scanning until @/\z/@ in Ruby 1.8. +h3. @Scanners::Python@ + +* *CHANGED*: Docstrings are highlighted as @:comment@. + See "#190":http://redmine.rubychan.de/issues/190. + h3. @Scanners::Ruby@ * *ADDED* more predefined keywords (see http://murfy.de/ruby-constants). |