home *** CD-ROM | disk | FTP | other *** search
- object SyntAnal52: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Param'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = cl3DDkShadow
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Value'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Times New Roman'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Description'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNavy
- Font.Height = -15
- Font.Name = 'Times New Roman'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Sequence'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clGreen
- Font.Height = -15
- Font.Name = 'Times New Roman'
- Font.Style = []
- FormatType = ftCustomFont
- end>
- TokenRules = <
- item
- DisplayName = 'Param'
- StyleName = 'Param'
- TokenType = 2
- Expression = '.*?:\x09'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Space'
- StyleName = 'Param'
- Expression = '\s+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Value'
- StyleName = 'Value'
- TokenType = 4
- Expression = '.*$'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 4
- end>
- EndOfTextClose = True
- NotCollapsed = True
- DisplayInTree = False
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Description'
- ConditionList = <
- item
- TagList.Strings = (
- 'Description:'#9)
- TokenTypes = 4
- end>
- BlockEnd = 'end'
- EndOfTextClose = True
- DisplayInTree = False
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Params'
- ConditionList = <
- item
- TokenTypes = 4
- end>
- EndOfTextClose = True
- HighlightPos = cpAny
- CollapseFmt = '%s0 ...'
- SelfClose = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Sequence'
- StyleName = 'Sequence'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '\s*\d+\:')
- CondType = tcMask
- TokenTypes = 16
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Description Text'
- StyleName = 'Description'
- BlockName = 'Description'
- BlockType = btTagDetect
- ConditionList = <
- item
- TokenTypes = 16
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- LexerName = 'MIB Properties'
- Internal = True
- end
-