> You'll need to play with the contains keyword of your group to include
> the normal highlighting rules, or the matchgroup keyword. As explained
> at :help :syn-priority:
Thank you. I was trying wrongly. The following rule is simple and
works well:
syn region myFoo start='<foo>' end='</foo>'me=s-1
contains=xmlTag,xmlEndTag,xmlEntity
Thank you again!
--
Silas Silva
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php