[TxMt] Re: Makefile Bundle - Feature Request
Allan Odgaard
mailinglist at textmate.org
Tue Dec 30 21:42:09 UTC 2008
On 26 Dec 2008, at 22:07, Alberto Simões wrote:
> This is a simple feature request that I think is easy to implement for
> anybody knowing something more about TextMate bundles than myself.
It’s easy to get up to speed though: http://manual.macromates.com/en/language_grammars
> Is it easy to mark TABs at the beginning of the line that does not
> have anything else?
>
> I mean, mark as suspicious all lines that math /^\t\s*$/
I’ll add something like this to the grammar and commit:
{ name = 'invalid.deprecated.invisible-rule-
continuation.makefile';
match = '^\t\s*$';
},
More information about the textmate
mailing list