Modes:: How do you match the beginning of a file w/ a regex?
Submitted by Friday, 23 March, 2007 - 18:44
on
I'm creating a Specman syntax highlighting mode
and I'm trying to make all the text from the start
of the buffer to "<'" be highlighted.
Some sort of regex like:
{BEGINNING_OF_FILE}
^<'
Does anyone know how to do that?