I have downloaded the msdos.syn syntax file. Labels are not colored. Is it possibe to color them (lines that start with ":")?
Thanks
How to color DOS labels?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Jörg Frech
Re: How to color DOS labels?
[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".
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".