<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><br></div><div>Thanks,</div><div>Sean</div><div><br></div>
                <div></div>