I've run into a little problem here. I have strings delimited by matching bracketing characters, but which are allowed to include more such characters as long as they are balanced.
Here is a simplified version: string <this is <a> string<right here>> And the syntax file: http://vim.pastey.net/103875 Result: http://img242.imageshack.us/img242/7345/transparentuj4.png What happens is that the end pattern of the transparent region "escapes" the transparency somehow (see the two white '>' characters). This can be worked around by defining the matchgroup for transparent region as well, but if I do that, I would need a separate region definition (so that its matchgroup is the same as the one for the containing region) for every place where I want to allow balanced angles. So, am I missing something here? Is this a vim bug? I'm running vim 7.1, by the way. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
