aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 54deea417..176f09d3e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -574,6 +574,12 @@
Build Scintilla with SCI_EMPTYCATALOGUE to avoid making lexers available.
</li>
<li>
+ Change Perl lexer to style all line ends of comment lines in comment line style.
+ Previously, the last character was in default style which made the characters in
+ \r\n line ends have mismatching styles .
+ <a href="https://sourceforge.net/p/scintilla/bugs/2164/">Bug #2164</a>.
+ </li>
+ <li>
Lexer and folder added for Raku language.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1328/">Feature #1328</a>.
</li>