Monday, January 23, 2012

Re: filetype dynamic color high lightning

On Jan 21, 12:57 pm, Jeri Raye <jeri.r...@gmail.com> wrote:
> Hi,
>
> Is it possible to do "filetype dynamic color high lightning" in vim?
> In other words, can vim detect dynamicly variable's from a certain type?
>
> when I have the following vhdl code:
>
> [...]
>   -- signal declarations
>   signal aaa : std_logic;
>   signal iii : integer;
> [...]
>
>  -- use of signals
>  aaa <= ....;
>  iii <= iii + 1;
>
> Is it then possible to let vim detect
> - aaa a signal is of the type std_logic and then assign the color pink to it.
> - iii a signal is of the type integer and then assign the color yellow to it.
>
> And then when aaa is typed that the aaa appears in the color pink?
> And then when iii is typed that the iii appears in the color yellow?
>

Maybe try searching for "vim tag highlighting", I think what you
describe is similar to a few of the hits:

https://www.google.com/search?q=vim+tag+highlighting

--
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: