How can I do this?

Hi, I am creating a editor for SQABasic. In this language comment start with " ' " like vb. It also have a keyword '$Include. How can I make my '$Include not as a comment?

1 Reply

AD Administrator Syncfusion Team April 13, 2003 03:29 AM UTC

Hi Iftekhar, To color '$Include differently from a comment, you can define a special tag before the comment tag in the setting file, e.g., [Tag1] ColorGroup=Keyword BeginTag='$ EndTag=Include MultiLine=0 EscapeChar= [Tag2] ColorGroup=Comment BeginTag=' EndTag= MultiLine=0 EscapeChar= Then '$Include will be colored as Keyword. Thanks for choosing Essential Edit. Syncfusion Technical Support > Hi, > I am creating a editor for SQABasic. In this language comment start with " ' " like vb. It also have a keyword '$Include. > How can I make my '$Include not as a comment? > >

Loader.
Up arrow icon