diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index eb5a3958c..765e281d5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -502,6 +502,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1749/">Bug #1749</a>. </li> <li> + The errorlist lexer understands some ANSI escape sequences to change foreground colour and intensity. + This is sufficient to colour diagnotic output from gcc and clang when -fdiagnostics-color set. + </li> + <li> MySql lexer fixes empty comments /**/ so the comment state does not continue. </li> <li> |