<div>
                    Perfect. Thanks.
                </div><div><br></div><div>One more after that...</div><div><br></div><div>Is there a way to do an end rules that says 'until you see one of these things defined from the repository?</div><div><br></div><div>I think there probably there is but i'm having a hard time seeing how you use a pattern from the repository in a begin or end rather than an include.</div>
                <div></div>
                 
                <p style="color: #A0A0A8;">On Tuesday, November 29, 2011 at 2:38 AM, Martin Kühl wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>On Tue, Nov 29, 2011 at 08:28, Sean T Allen <<a href="mailto:sean@monkeysnatchbanana.com">sean@monkeysnatchbanana.com</a>> wrote:</div><blockquote type="cite"><div><div>I'm trying to do a language grammar where i would do something like</div><div><br></div><div>xxx start special section</div><div><br></div><div>lots of stuff</div><div>.. more stuff...</div><div>.. more stuff...</div><div><br></div><div>and have</div><div><br></div><div>repository = {</div><div>  special = {</div><div>    name = 'punctuation.section.special';</div><div>    begin = '^xxx start special section';</div><div>    end = '<END OF FILE>';</div><div>  };</div><div>};</div><div><br></div><div>Is there a way to have an end rule of 'the end of the file'?</div></div></blockquote><div><br></div><div>I seem to recall some way to do this but can't seem to find it…</div><div>I suggest trying something like `$(?!\n)`, which would match the end of</div><div>a line that is not followed by a line break.</div><div><br></div><div>HTH,</div><div>Martin</div><div><br></div><div>_______________________________________________</div><div>textmate mailing list</div><div><a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a></div><div><a href="http://lists.macromates.com/listinfo/textmate">http://lists.macromates.com/listinfo/textmate</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>