On Nov 20, 5:36 am, "Mr.SpOOn" <[email protected]> wrote:
> What I don't really understand is how to link function names or such
> things to a color group. I mean, at the end of my syntax file I put a
> serie of lines like these:
>
> hi def link krbFcKeywords               Statement
> hi def link pythonString                Constant
>
> Now, what is the right group for functions or classes?
> Looking in the python syntax file I don't see any of these lines, so I
> think it works differently.
> I read that I can create new groups, so I think I can write this:
>
> hi def link pykeFunction    Function
>
> But then, how is the new group going to work with a colorscheme?

This should work, because "Function" is one of the names used in most
colorscheme files. For a full list of things that are probably safe to
use, see :help group-name.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to