diff options
| -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> | 
