SF.net SVN: geany:[5697] trunk

colombanw at users.sourceforge.net colombanw at xxxxx
Fri Apr 8 00:13:37 UTC 2011


Revision: 5697
          http://geany.svn.sourceforge.net/geany/?rev=5697&view=rev
Author:   colombanw
Date:     2011-04-08 00:13:37 +0000 (Fri, 08 Apr 2011)

Log Message:
-----------
Add highlight for triple-quoted verbatims

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/highlighting.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-04-08 00:13:24 UTC (rev 5696)
+++ trunk/ChangeLog	2011-04-08 00:13:37 UTC (rev 5697)
@@ -3,6 +3,8 @@
  * scintilla/lexers/LexCPP.cxx:
    Make hightlighting of triple-quoted verbatim an option (Backport
    from Scintilla HG 3602:5536ed81a85b).
+ * src/highlighting.c:
+   Add highlight for triple-quoted verbatims.
 
 
 2011-04-05  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/highlighting.c
===================================================================
--- trunk/src/highlighting.c	2011-04-08 00:13:24 UTC (rev 5696)
+++ trunk/src/highlighting.c	2011-04-08 00:13:37 UTC (rev 5697)
@@ -897,6 +897,7 @@
 		"identifier",
 		"stringeol",
 		"verbatim",
+		"verbatim", /* triple verbatims use the same style */
 		"regex",
 		"commentlinedoc",
 		"commentdockeyword",
@@ -927,6 +928,7 @@
 		SCE_C_IDENTIFIER,
 		SCE_C_STRINGEOL,
 		SCE_C_VERBATIM,
+		SCE_C_TRIPLEVERBATIM,
 		SCE_C_REGEX,
 		SCE_C_COMMENTLINEDOC,
 		SCE_C_COMMENTDOCKEYWORD,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list