[geany/geany] a77785: Set style for SCE_C_STRINGRAW (C++11 raw strings)

Colomban Wendling git-noreply at geany.org
Sat Oct 20 12:07:13 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 20 Oct 2012 12:07:13
Commit:      a77785e3780db6830ce94c01da8ee34c54f116e7
             https://github.com/geany/geany/commit/a77785e3780db6830ce94c01da8ee34c54f116e7

Log Message:
-----------
Set style for SCE_C_STRINGRAW (C++11 raw strings)

Part of #3578557.


Modified Paths:
--------------
    data/filetypes.c
    src/highlightingmappings.h

Modified: data/filetypes.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -10,6 +10,7 @@
 word=keyword_1
 word2=keyword_2
 string=string_1
+stringraw=string_2
 character=character
 uuid=other
 preprocessor=preprocessor


Modified: src/highlightingmappings.h
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -185,6 +185,7 @@
 	{ SCE_C_WORD,					"word",						FALSE },
 	{ SCE_C_WORD2,					"word2",					FALSE },
 	{ SCE_C_STRING,					"string",					FALSE },
+	{ SCE_C_STRINGRAW,				"stringraw",				FALSE },
 	{ SCE_C_CHARACTER,				"character",				FALSE },
 	{ SCE_C_UUID,					"uuid",						FALSE },
 	{ SCE_C_PREPROCESSOR,			"preprocessor",				FALSE },



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).


More information about the Commits mailing list