Open abd96 opened 3 years ago
I'm trying to get the same thing. In addition to this I would like dots, .
, to be highlighted, as they currently are not.
You can find all highlight group
s in /usr/share/vim/runtime/syntax/python.vim
or /usr/share/nvim/runtime/syntax/python.vim
Hi there,
I would like to change to coloring for python and i can't find the correct highlighting group for the group i want to change the color for.
I want to change the color of function calls and i think the highlighting group
pythonFunctionCall
doesn't exist, because I am addinghi! link pythonFunctionCall GruvboxRed
toPython
section ingruvbox.vim
with no effects.Can you please help me find a list of all changeable highlighting groups for python and change color for function calls?
I would also love to change the color of operators like (+, -, / . . .), is this the group
pythonOperator
?