ah, that would explain it... thanks, that will get me moving in the right direction<br><br><div class="gmail_quote">On Sun, Mar 9, 2008 at 5:35 AM, Allan Odgaard <<a href="mailto:throw-away-2@macromates.com">throw-away-2@macromates.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">On 8 Mar 2008, at 00:27, Steven Ross wrote:<br>
<br>
> Hmm for some reason this doesn't work either... strange.<br>
<br>
</div>Are you aware of the single-line matching limitation of language<br>
grammars?<br>
<br>
So if 'cffunction' and 'name' are not on the same lines, you cannot<br>
match it with just a single rule.<br>
<br>
What you can do is something like:<br>
<br>
     { begin = '<cffunction'; end = '>';<br>
       patterns = (<br>
         { match = 'name=(["''])(.*?)\1';<br>
           captures = {<br>
             2 = { name = 'entity.name.function'; };<br>
           };<br>
         }<br>
       );<br>
<div><div></div><div class="Wj3C7c">     },<br>
<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>
</div></div></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 ]