[TxMt] Re: Nested comments for a Coldfusion language bundle
Clint Miller
clint at ignitermedia.com
Fri Mar 31 15:57:18 UTC 2006
Tim Lucas <t.lucas at ...> writes:
>
> A month or two ago I started making a Coldfusion bundle and haven't
> look at it since... and now I'm back doing some CF work again the
> highlighting is starting to piss me off, so I thought I'd ask you
> guys: how do I do a bundle pattern that matches nested comments?
>
> In CFML you can have
>
> <!---
> <cfif something eq true>
> <!--- A nested comment --->
> </cfif>
> --->
>
> and the whole thing should be syntax coloured as a comment.
>
> The basic pattern at the moment is:
>
> {
> name = 'comment.block.html';
> begin = '<!---';
> end = '--->';
> }
>
> any ideas how to get nesting working?
>
Tim, is your bundle available in any form at all? I'd be really interested
in trying it out. I'm a ColdFusion developer and Dreamweaver doesn't
impress me much on the Mac. I'd love to get more into TextMate, but
without ANY support for ColdFusion....
Or it would even be a start to figure out how to make it treat CFM files
as HTML (and stop all that squiggle underlining).
Thanks.
-- Clint
More information about the textmate
mailing list