From e41bce45daca502a178554105d10a1f708e2f0a9 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 19 Apr 2014 08:12:30 +1000 Subject: Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE. From nkmathew. --- doc/ScintillaHistory.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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.
  • + C++ lexer can optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE. +
  • +
  • C++ lexer supports Go back quoted raw string literals with lexer.cpp.backquoted.strings option. Feature #1047.
  • -- cgit v1.2.3