aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormitchell <unknown>2020-05-09 17:10:14 -0400
committermitchell <unknown>2020-05-09 17:10:14 -0400
commitac05fe2476f3a8a42de831fdcd413db989ccf7a4 (patch)
treed46defd28a69ad7cdf38a7eb29453c07c9e2e279
parentef72a6f30305ff15782ea15f81662094f29cfe13 (diff)
downloadscintilla-mirror-ac05fe2476f3a8a42de831fdcd413db989ccf7a4.tar.gz
More Lua LPeg lexer history updates.
-rw-r--r--doc/ScintillaHistory.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index dae1ac046..32c8b7ea5 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -596,6 +596,13 @@
<code>lexer.number</code>.
</li>
<li>
+ Lua LPeg lexer can return list of known lexers, and style names for a given style number via
+ <code>SCI_PRIVATELEXERCALL</code>.
+ </li>
+ <li>
+ Lua LPeg lexer supports the <code>fold.compact</code> property.
+ </li>
+ <li>
Assembler lexers asm and as can change comment character with lexer.as.comment.character property.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1314/">Feature #1314</a>.
</li>