; TextPad syntax definitions for ECLiPSe ; Simple syntax ; Keywords 1: Keywords except operators ; Keywords 2: Binary Operators that are keywords ; For better results, use same color for Keywords 2 and Operators C=1 [Syntax] IgnoreCase = No InitKeyWordChars = A-Za-z_ KeyWordChars = A-Za-z0-9_ BracketChars = {[()]} OperatorChars = -+*/<>!^&|=:#?,; PreprocStart = SyntaxStart = SyntaxEnd = CommentStart = /* CommentEnd = */ CommentStartAlt = CommentEndAlt = SingleComment = % SingleCommentCol = SingleCommentAlt = SingleCommentColAlt = StringStart = " StringEnd = " StringAlt = ' StringsSpanLines = yes StringEsc = " CharStart = ' CharEnd = ' CharEsc = \ [Keywords 1] foreach fromto for param export reexport module mode tool local true fail repeat comment lib use_module include not [Keywords 2] do with of is isd from [Preprocessor keywords]