Issue with .syn file

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
rcmpayne
Posts: 11
Joined: Fri Aug 07, 2009 5:02 pm

Issue with .syn file

Post by rcmpayne »

Hello All i am using the bellow syn file to highlight errors in logs but i am seeing a issue with BracketChars.

BracketChars = {[()]}

When i view a big log file i see that some info is skiped and others are in color. Any ideas why some is not showing up in color?

First 4 lines are in color, next 3 are not and the final one is in color

[40800] (08/06 05:20:50.659):{0x2590}
[40804] (08/06 05:20:50.675):{0x2590}
[40795] (08/06 05:20:50.675):{0x225C}
[40000] (08/06 05:20:50.690):{0x225C}
[40000] (08/06 05:20:51.097):{0x225C}
[40000] (08/06 05:20:51.097):{0x225C}
[40796] (08/06 05:20:51.097):{0x225C}
[40797] (08/06 05:20:51.097):{0x225C}


[Syntax]
Namespace1 = 6
IgnoreCase = Yes
KeyWordLength =
BracketChars = {[()]}
OperatorChars = -+*/<>!~%^&|=
PreprocStart = #
SyntaxStart =
SyntaxEnd =
HexPrefix = 0x
CommentStart = /*
CommentEnd = */
CommentStartAlt =
CommentEndAlt =
SingleComment = //
SingleCommentCol =
SingleCommentAlt =
SingleCommentColAlt =
SingleCommentEsc =
StringsSpanLines = Yes
StringStart = "
StringEnd = "
StringAlt =
StringEsc = \
CharStart = '
CharEnd = '
CharEsc = \

[Keywords 1]
0x80040111
0x80040115
0x80040114
0x80070005
0x8004011d
0x800400500
0x80040154
0x8004010f
0x80004005
Post Reply