Greets,

I'm writing a Vim syntax file for a small, purpose-built language.
Everything's working great for the most part.

There's one thing I don't know how to do, though.  The language allows
C code
to be embedded between certain tags:

__C__
/* C code here. */
static char foo[] = "foo";
__END_C__

How can I get C syntax highlighting to apply between __C__ and
__END_C__?

Thanks,

Marvin Humphrey

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to