diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-14 08:04:34 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-14 08:04:34 +1100 |
commit | 5041adf635ce4aa8d7111e11c47c3b20152e4543 (patch) | |
tree | eeaf9db86fdfc4009a619b79cec9a1830d6ddb5b /doc/ScintillaHistory.html | |
parent | ab36a29350f892beaf0ecae22dea74a6b01bab44 (diff) | |
download | scintilla-mirror-5041adf635ce4aa8d7111e11c47c3b20152e4543.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/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
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> |