Map TCL "SUB_BRACE" style

This commit is contained in:
Colomban Wendling 2012-02-20 17:25:21 +01:00
parent 4b1a3b39d4
commit 3d570d750f
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1268,7 +1268,8 @@ static const HLStyle highlighting_styles_TCL[] =
{ 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 },