From 0d214186afd8ae71c138f2a157ceca086bff6968 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 3 Apr 2014 11:41:49 +1100 Subject: Feature [feature-requests:#1047]. Supports Go back quoted raw string literals with lexer.cpp.backquoted.strings option. From Eric Promislow. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 866193753..49f2d26b0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -468,6 +468,10 @@
  • C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
  • +
  • + C++ lexer supports Go back quoted raw string literals with lexer.cpp.backquoted.strings option. + Feature #1047. +