diff options
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 940edb7b4..9cd8d0f9c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -590,6 +590,12 @@ Fix TCL lexer recognizing '"' after "," inside a bracketed substitution. <a href="https://sourceforge.net/p/scintilla/bugs/1947/">Bug #1947</a>. </li> + <li> + Updated D Lua LPeg lexer. + </li> + <li> + Lua Lpeg lexer patterns for floats no longer erroneously match '..'. + </li> <li> Fix garbage text from SCI_MOVESELECTEDLINESUP and SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no action. |