diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-10 15:55:31 -0700 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-10 15:55:31 -0700 |
commit | 3aa890c2575407a24704ee4fca8fca5571f256cb (patch) | |
tree | 919cd18f1a4cfa19d850fb9409827ff64492d8b3 /Changes.textile | |
parent | a69d5d43b79a4f2cf5aaccc50b2275bf0dab4aba (diff) | |
parent | 33f1a738ea85ea40a5fe760ac2591065f3e29033 (diff) | |
download | coderay-3aa890c2575407a24704ee4fca8fca5571f256cb.tar.gz |
Merge pull request #117 from rubychan/javascript-keep-state
JavaScript scanner: Highlight multi-line comments in diff correctly
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 8d0dc59..f621de0 100644 --- a/Changes.textile +++ b/Changes.textile @@ -6,6 +6,7 @@ h2. Changes in 1.1 * New scanner: Sass [#93] * Diff scanner: Highlight inline changes in multi-line changes [#99] +* JavaScript scanner: Highlight multi-line comments in diff correctly * Remove double-click toggle handler from HTML table output * Fixes to CSS scanner (floats, pseudoclasses) * Plugin does not warn about fallback when default is defined |