aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-03 11:41:49 +1100
committerNeil <nyamatongwe@gmail.com>2014-04-03 11:41:49 +1100
commit0d214186afd8ae71c138f2a157ceca086bff6968 (patch)
tree1f12f994e0a2f2bc624d97e74970f15ebd11d491 /doc
parent6c0a10ab46985f928778700524e0ba6c6974a976 (diff)
downloadscintilla-mirror-0d214186afd8ae71c138f2a157ceca086bff6968.tar.gz
Feature [feature-requests:#1047]. Supports Go back quoted raw string literals with
lexer.cpp.backquoted.strings option. From Eric Promislow.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
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 @@
<li>
C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
</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>
<ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite341.zip?download">Release 3.4.1</a>