Hmm for some reason this doesn't work either... strange.<br><br><div class="gmail_quote">On Fri, Mar 7, 2008 at 12:44 PM, Daniel Stockman <<a href="mailto:daniel.stockman@gmail.com">daniel.stockman@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">> <cffunction name="isEmpty" ...<br>
<div class="Ih2E3d">><br>
> regex that works when using "find" inside TM:<br>
> <cffunction\sname=(["'])<br>
><br>
> bundle language text:<br>
> { name = 'support.other';<br>
> contentName = 'entity.name.function';<br>
> begin = '(<cffunction\sname).(["''])';<br>
> end = '["'']';<br>
> },<br>
<br>
</div>If all you want to do is scope the name of the cffunction, I'd say you<br>
want to use a match/captures block, and leave the cffunction coloring<br>
consistent with the other cftags.<br>
<br>
{ match = 'cffunction name="(\w+)"';<br>
   captures = {<br>
     1 = { name = 'entity.name.function'; };<br>
   };<br>
}<br>
<br>
It might be a bit much, but in theory it would work.<br>
<br>
HTH,<br>
Daniel<br>
<br>
______________________________________________________________________<br>
For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
(threading gets destroyed and the universe will collapse if you don't)<br>
<a href="http://lists.macromates.com/mailman/listinfo/textmate" target="_blank">http://lists.macromates.com/mailman/listinfo/textmate</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Steven Ross<br>web application & interface developer<br><a href="http://blog.stevensross.com">http://blog.stevensross.com</a><br>[mobile] 404-488-4364 [fax] 267-482-4364<br>
[ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]