diff options
author | nyamatongwe <unknown> | 2009-07-01 09:56:09 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-07-01 09:56:09 +0000 |
commit | be443ea11ed2bbdf417e3e751884b49cc9ef2955 (patch) | |
tree | 06dbb515849f45a525d531abb608312d7c0b9422 /doc/ScintillaHistory.html | |
parent | 9b5c7bcd15325e163731ef06aea280fa04ed863e (diff) | |
download | scintilla-mirror-be443ea11ed2bbdf417e3e751884b49cc9ef2955.tar.gz |
Update to CAML lexer from Robert Roessler includes support for SML
and some bug fixes.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a907a5528..111e0e8fa 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -403,6 +403,9 @@ Batch file lexer understands variables surrounded by '!'. </li> <li> + CAML lexer also supports SML. + </li> + <li> D lexer handles string and numeric literals more accurately. Feature #2793782. </li> <li> @@ -416,6 +419,10 @@ Pascal lexer bug fixed to prevent hang when 'interface' near beginning of file. Bug #2802863. </li> <li> + Perl lexer bug fixed where previous lexical states persisted causing "/" special case styling and + subroutine prototype styling to not be correct. Bug #2809168. + </li> + <li> XML lexer fixes bug where Unicode entities like '&—' were broken into fragments. Bug #2804760. </li> <li> |