Is there a way to highlight variables, function arguments and function calls in python files in vim. I have tried multiple syntax files for python but i guess none of it worked for me.
I guess highlighting variables, and function arguments can make code more readable and clear for me. So is there a way to implement this ? I viewed lot of related questions and most of them focus on highlighting just self which isn't really i am asking in this case.
I am using Neovim 03.2 and also tried with Vim 7.4.


