[geany/geany] 3d570d: Map TCL "SUB_BRACE" style

Colomban Wendling git-noreply at xxxxx
Thu Jul 26 00:03:24 UTC 2012


Branch:      refs/heads/document-messages
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 20 Feb 2012 16:25:21
Commit:      3d570d750f9d3787aac5e42ade34741f2f22e7c5
             https://github.com/geany/geany/commit/3d570d750f9d3787aac5e42ade34741f2f22e7c5

Log Message:
-----------
Map TCL "SUB_BRACE" style


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

Modified: data/filetypes.tcl
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -9,6 +9,7 @@ blockcomment=comment
 number=number_1
 operator=operator
 identifier=identifier_1
+subbrace=identifier_2
 wordinquote=string_1
 inquote=string_1
 substitution=function


Modified: src/highlightingmappings.h
3 files changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -1268,7 +1268,8 @@
 	{ SCE_TCL_WORD4,			"wordtkcmds",		FALSE },
 	{ SCE_TCL_WORD5,			"wordexpand",		FALSE },
 	{ SCE_TCL_COMMENT_BOX,		"commentbox",		FALSE },
-	{ SCE_TCL_BLOCK_COMMENT,	"blockcomment",		FALSE }
+	{ SCE_TCL_BLOCK_COMMENT,	"blockcomment",		FALSE },
+	{ SCE_TCL_SUB_BRACE,		"subbrace",			FALSE }
 	/* these are for user-defined keywords we don't set yet */
 	/*{ SCE_TCL_WORD6,			"user2",			FALSE },
 	{ SCE_TCL_WORD7,			"user3",			FALSE },


@@ Diff output truncated at 100000 characters. @@


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



More information about the Commits mailing list