First of all, thank you for all your work on this; your initiative sounds like a
great enhancement for syntax plugins!
On 03-Dec-12 20:52:01 +0100, Nate Soares wrote:
> I played with this patch all Sunday, and the two things it left me really
> wanting to do were:
>
> highlight inherit BoldComment Comment term-=italic term+=bold
Nitpick, but I would find the following syntax more intuitive:
highlight BoldComment inherit=Comment term-=italic term+=bold
> and
>
> syntax region Unbold start='\~' end='\~' combine
> highlight Unbold cterm-=bold
Please don't forget that many plugins use matchadd() instead of :syntax to add
highlighting (without the risk of interfering with the syntax definition). I
haven't followed all your proposed changes that closely, but it might make sense
to allow the combination of syntax attributes to matchadd(), too.
-- regards, ingo
--
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