Friday, August 13, 2010

Re: syn region question

On Fri, 13 Aug 2010, Benjamin R. Haskell wrote:

> [...]
>
> The attached file seems to do what you want, w.r.t. [...] not
> modifying the original $VIMRUNTIME/syntax/vhdl.vim.

Hmm. I think I might have conflated two threads. I think you're
already using an 'after' directory.

It still solves your initial 'keyword' and 'match' problem, though.

Essentially, there doesn't seem to be a nice way to remove a syntax
keyword. So it doesn't even try. Instead, it recreates the original
set of keywords minus the ones you want to remove.

--
Best,
Ben

--
You received this message from the "vim_use" 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

No comments: