diff options
author | murphy <murphy@rubychan.de> | 2010-03-31 21:19:14 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-31 21:19:14 +0000 |
commit | f6645377402a0e7687944d88a4366c9a20523553 (patch) | |
tree | 9e9cddc6729a8867e109f025274b36c4e9789447 /Changes.textile | |
parent | 9b5bfe0be01bd888c2ba3fccf68585a72f608ef6 (diff) | |
download | coderay-f6645377402a0e7687944d88a4366c9a20523553.tar.gz |
Improved Debug scanner (see Changes.textile).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index 2d599b7..ba19409 100644 --- a/Changes.textile +++ b/Changes.textile @@ -59,7 +59,9 @@ h3. @Scanners@ h3. @Scanners::Debug@ * *NEW*: Support for line tokens (@begin_line@ and @end_line@ represented by @[@ and @]@.) -* *FIXED*: Doesn't send @:error@ and @nil@ tokens for buggy input any more. +* *FIXED*: Don't send @:error@ and @nil@ tokens for buggy input any more. +* *FIXED*: Closes unclosed tokens at the end of @scan_tokens@. +* *IMPROVED*: Highlight unknown tokens as @:error@. h3. @Scanners::Diff@ |