Implement function call highlighting

Closes #63
This commit is contained in:
antoinemadec
2020-02-19 16:17:14 -08:00
committed by nfnty
parent 1df5e5aaf8
commit 53ea235863
4 changed files with 29 additions and 5 deletions

View File

@@ -92,6 +92,9 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
`g:python_highlight_doctests` (default `0`)
Highlight doc-tests
`g:python_highlight_func_calls` (default `0`)
Highlight functions calls
`g:python_highlight_class_vars` (default `0`)
Highlight class variables `self` and `cls`