How to color DOS labels?

General questions about using TextPad

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

Post Reply
Yoram

How to color DOS labels?

Post by Yoram »

I have downloaded the msdos.syn syntax file. Labels are not colored. Is it possibe to color them (lines that start with ":")?
Thanks
Jörg Frech

Re: How to color DOS labels?

Post by Jörg Frech »

[Syntax]
SingleComment = ::
SingleCommentCol = Leading
SingleCommentAlt = :
SingleCommentColAlt = Leading

works fine for me, since most (?) non-occasional batch programmers don't use rem. The corresponding entry in the colors list is "Comments 2".
Post Reply