From 0652c4660456371e9ad9ade8521591ba689ec4dc 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 ++++ lexers/LexCPP.cxx | 9 +++++++++ 2 files changed, 13 insertions(+) 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. +