aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-03-14 08:04:34 +1100
committerNeil <nyamatongwe@gmail.com>2014-03-14 08:04:34 +1100
commitf8c8abef5246cd06f3eb2613627c725bde6a4c52 (patch)
treee7744cb866a9d46cace8eab8f93a88ca259694b7 /doc
parent3dc9469ca1ec5d627eb0b6e2fc221f318008312c (diff)
downloadscintilla-mirror-f8c8abef5246cd06f3eb2613627c725bde6a4c52.tar.gz
Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#'
for comments and ';' to separate statements. From nkmathew.
Diffstat (limited to 'doc')
-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>