diff options
author | mitchell <unknown> | 2019-06-07 23:09:33 -0400 |
---|---|---|
committer | mitchell <unknown> | 2019-06-07 23:09:33 -0400 |
commit | 9638e08abf17ad5d802db60fc040893c61f8b91a (patch) | |
tree | 234479777618c06da4b995f7d9e79fc0a7407774 | |
parent | 9248c27b19b7e381d01eda1b35ee1193910bbba0 (diff) | |
download | scintilla-mirror-9638e08abf17ad5d802db60fc040893c61f8b91a.tar.gz |
Updated history with lexlua changes.
-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 ca7f7eacf..3001ca0e4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -562,6 +562,12 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1288/">Feature #1288</a>. </li> <li> + Updated Markdown Lua LPeg lexer. + </li> + <li> + Updated C++ Lua LPeg lexer to support single quotes in C++14 integer literals. + </li> + <li> Improved performance of line folding code on large files when no folds are contracted. This improves the time taken to open or close large files. </li> |