aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a10ddec23..87ab5744a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -430,6 +430,8 @@
<td>Özgür Emir</td>
<td>Neomi</td>
<td>OmegaPhil</td>
+ </tr><tr>
+ <td>SiegeLord</td>
</tr>
</table>
<p>
@@ -456,6 +458,10 @@
StyleFromSubStyle and PrimaryStyleFromStyle methods were added to ILexerWithSubStyles so each lexer can implement these.
</li>
<li>
+ Lexer added for Rust language.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1024/">Feature #1024.</a>
+ </li>
+ <li>
Avoid false matches in errorlist lexer which is used for the SciTE output pane
by stricter checking of ctags lines.
</li>