diff options
author | murphy <murphy@rubychan.de> | 2010-04-02 03:42:12 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-04-02 03:42:12 +0000 |
commit | 937daf4160cdd8cadf936f7ecb5f575c522e276a (patch) | |
tree | da15f97e0564f6dc46b40821934e3be2bb68c5f8 /Changes.textile | |
parent | 6d82ed6176a8c3e6a80a6fead652ad659a8892db (diff) | |
download | coderay-937daf4160cdd8cadf936f7ecb5f575c522e276a.tar.gz |
Python scanner highlights docstrings as comments (see #190).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 0df9c3f..8d5a78e 100644 --- a/Changes.textile +++ b/Changes.textile @@ -90,6 +90,11 @@ 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. |