On Jun 15, 11:05 am, Allan Kelly <[email protected]> wrote:
> Now, this is where the problems are:
> :syn region CDATA_HTML_region start=+<!\[CDATA\[+ keepend
> end=+\]\]>+me=s-1 contai...@cdata_html
>
> Nothing happens.
>
My first thought would be to try adding a containedin of whatever
syntax item is currently matching on the CDATA region.
If that doesn't work, you may want to see if you're missing anything
from here:
http://vim.wikia.com/wiki/Different_syntax_highlighting_within_regions_of_a_file
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---