[TxMt] Bundle; REMARK question
Patrick Mast
TextMate at PatrickMast.com
Tue Jan 24 12:38:29 UTC 2006
Allan,
>> I'm making a "DOS command prompt". It uses REM in front of a line
>> to "remark" that line.
>> How can I set this into the bundle.
>
> Did you read about language grammars [1]?
> The rule would be something like (I assume one whitespace character
> is required behind REM):
>
> { name = "comment.line.dos";
> match = "^\s*REM\s.*$";
> },
Works perfect. Thank you.
--
Sincerely,
Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com
More information about the textmate
mailing list