aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>