Saturday, January 21, 2012

filetype dynamic color high lightning

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?


Rgds,
Jeri

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