Map TCL "SUB_BRACE" style
This commit is contained in:
parent
4b1a3b39d4
commit
3d570d750f
@ -9,6 +9,7 @@ blockcomment=comment
|
|||||||
number=number_1
|
number=number_1
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=identifier_1
|
identifier=identifier_1
|
||||||
|
subbrace=identifier_2
|
||||||
wordinquote=string_1
|
wordinquote=string_1
|
||||||
inquote=string_1
|
inquote=string_1
|
||||||
substitution=function
|
substitution=function
|
||||||
|
@ -1268,7 +1268,8 @@ static const HLStyle highlighting_styles_TCL[] =
|
|||||||
{ SCE_TCL_WORD4, "wordtkcmds", FALSE },
|
{ SCE_TCL_WORD4, "wordtkcmds", FALSE },
|
||||||
{ SCE_TCL_WORD5, "wordexpand", FALSE },
|
{ SCE_TCL_WORD5, "wordexpand", FALSE },
|
||||||
{ SCE_TCL_COMMENT_BOX, "commentbox", 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 */
|
/* these are for user-defined keywords we don't set yet */
|
||||||
/*{ SCE_TCL_WORD6, "user2", FALSE },
|
/*{ SCE_TCL_WORD6, "user2", FALSE },
|
||||||
{ SCE_TCL_WORD7, "user3", FALSE },
|
{ SCE_TCL_WORD7, "user3", FALSE },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user