> I have enabled syntax coloring with gvim and it works fine with 'c' keywords
> like 'if', 'else' etc.
> However it does not work with a function or local variable defined by me. I
> have built 'tags' file again after modifying my files to no avail. What shud
> I do to enable color syntax for local variables, user defined functions etc.
>
The built-in C syntax highlighting does not highlight your own
variables, etc. regardless of whether or not you have run Ctags.
For that, you will need an additional plugin. I think I remember
reading a post about "tag cloud" or something like that which will do
what you want. Search www.vim.org for a plugin or filetype plugin for
this.
--
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:
Post a Comment