aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 372cccfa8..9ec40881f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -443,6 +443,7 @@
</tr><tr>
<td>Robert Gieseke</td>
<td>Mike M</td>
+ <td>nkmathew</td>
</tr>
</table>
<p>
@@ -473,6 +474,10 @@
DirectWrite on Windows.
</li>
<li>
+ Additional assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#' for comments and
+ ';' to separate statements.
+ </li>
+ <li>
Fix crashes and other bugs in Fortran folder by removing folding of do-label constructs.
</li>
<li>