aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-10-08 09:10:21 +1100
committerNeil <nyamatongwe@gmail.com>2013-10-08 09:10:21 +1100
commit6dfbe8e902d1bde666fbd18d2a4e6bf1074f7e4b (patch)
treef8aea066bbe9b78a34fb58f9514b6da0f7e3b31b /doc/ScintillaHistory.html
parent6f875cbfd94d0e3e8197d74b9db6d0ae5d1bf312 (diff)
downloadscintilla-mirror-6dfbe8e902d1bde666fbd18d2a4e6bf1074f7e4b.tar.gz
Feature [feature-requests:#1024]. Lexer added for Rust language.
From SiegeLord.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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>