aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 2ffc6d613..f02c79503 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -572,6 +572,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1264/">Feature #1624</a>.
</li>
<li>
+ Lexer added for .NET's Common Intermediate Language CIL.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1265/">Feature #1265</a>.
+ </li>
+ <li>
The C++ lexer, with styling.within.preprocessor on, now interprets "(" in preprocessor "#if("
as an operator instead of part of the directive. This improves folding as well which could become
unbalanced.