From 775aed0492796b2444c760c4594a05067e49abb4 Mon Sep 17 00:00:00 2001 From: Yury Dubinsky Date: Tue, 7 Apr 2020 10:33:19 +1000 Subject: Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works. Bug [#1906], Bug [#1997], and Bug [#2065] also fixed. --- doc/ScintillaHistory.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 027497e7b..201b2213a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -573,6 +573,13 @@ Added Visual Studio project files for Lexilla and Scintilla with no lexers.
  • + Fix brace styling in Batch lexer so that brace matching works. + Bug #1624, + Bug #1906, + Bug #1997, + Bug #2065. +
  • +
  • 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. -- cgit v1.2.3