aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormitchell <unknown>2019-04-17 18:17:30 -0400
committermitchell <unknown>2019-04-17 18:17:30 -0400
commitffd293a2e58182e72bf23d0a801e7236013cf585 (patch)
tree93c1a689774a3299225b6977f2dfa0563d5f809c
parent5569919697ac9fcbf857708a7c84a10b2125248f (diff)
downloadscintilla-mirror-ffd293a2e58182e72bf23d0a801e7236013cf585.tar.gz
Added Lua LPeg lexer changes to history.rel-3-10-4
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 487eb75c4..1d0f19ff1 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -573,6 +573,12 @@
Improve the styling of numbers in Nim.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1268/">Feature #1268</a>.
</li>
+ <li>
+ Updated CSS Lua LPeg lexer to support CSS3.
+ </li>
+ <li>
+ Updated YAML Lua LPeg lexer to fix lack of highlighting strings.
+ </li>
<li>
Fix exception when inserting DBCS text.
<a href="https://sourceforge.net/p/scintilla/bugs/2093/">Bug #2093</a>.