Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 20 Feb 2012 16:25:21 Commit: 3d570d750f9d3787aac5e42ade34741f2f22e7c5 https://github.com/geany/geany/commit/3d570d750f9d3787aac5e42ade34741f2f22e7...
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 },
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).