aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2017-01-22 17:41:23 +1100
committerSven Strickroth <email@cs-ware.de>2017-01-22 17:41:23 +1100
commit013bf48bff4164a02137b2e790bbed8b32c4e98e (patch)
treec59563b3dd25346500298afdee928d0cc491df66 /doc/ScintillaHistory.html
parenteec253d225f0e3d8eb594b8dfa8fe24e2d2dcb17 (diff)
downloadscintilla-mirror-013bf48bff4164a02137b2e790bbed8b32c4e98e.tar.gz
Correctly color code deleted lines starting with "--"
This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("-->"). Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 58743678e..0972070d6 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -525,6 +525,9 @@
Released 30 December 2016.
</li>
<li>
+ The Diff lexer recognizes deleted lines that start with "--- ".
+ </li>
+ <li>
The Lua lexer requires the first line to start with "#!" to be treated as a shebang comment,
not just "#".
<a href="http://sourceforge.net/p/scintilla/bugs/1900/">Bug #1900</a>.