1
votes

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.

enter image description here

I am using Neovim 03.2 and also tried with Vim 7.4.

1
what version of vim you're using..? - Fendi jatmiko
Just edited the question. - Rohit
@FendiD can i ask the reason for which you downvoted the question ? - Rohit
i didnt downvote you. .thats not me. . - Fendi jatmiko
@Rohit, does it solved your problem? - Ganesh

1 Answers

1
votes

I use Semshi with neovim.

With Semshi

With Semshi

Without Semshi

Without Semshi