diff options
author | nyamatongwe <devnull@localhost> | 2008-10-16 04:50:15 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-10-16 04:50:15 +0000 |
commit | 2162432cf3bd568fe273ee93648860b307c65e86 (patch) | |
tree | 5f43e988aad4b2abea5b70fd05c83827fdaf1dab | |
parent | a788a9c9be8f9a25507c8b6e33f3349a911dbc94 (diff) | |
download | scintilla-mirror-2162432cf3bd568fe273ee93648860b307c65e86.tar.gz |
More history items.
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 95128b316..a058e3b22 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -349,12 +349,18 @@ Notification sent when autocompletion cancelled. </li> <li> + MySQL lexer added. + </li> + <li> Lexer for gettext .po files added. </li> <li> Abaqus lexer handles program structure more correctly. </li> <li> + Assembler lexer works with non-ASCII text. + </li> + <li> C++ lexer allows mixed case doc comment tags. </li> <li> @@ -365,6 +371,9 @@ fixes styling and folding for lines containing chunk dividers ("---"). </li> <li> + FORTRAN lexer accepts more styles of compiler directive. + </li> + <li> Haskell lexer allows hexadecimal literals. </li> <li> |