diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7b762a1b9..0f0434da9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -473,6 +473,9 @@ C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER. </li> <li> + C++ lexer can optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE. + </li> + <li> C++ lexer supports Go back quoted raw string literals with lexer.cpp.backquoted.strings option. <a href="http://sourceforge.net/p/scintilla/feature-requests/1047/">Feature #1047.</a> </li> |