From 67e5140823331a681c9a53df7eca7fa153b815c1 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