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

@@ -71,6 +71,7 @@ let g:python_highlight_all = 1
| `g:python_highlight_indent_errors` | Highlight indentation errors | `0` |
| `g:python_highlight_space_errors` | Highlight trailing spaces | `0` |
| `g:python_highlight_doctests` | Highlight doc-tests | `0` |
| `g:python_highlight_func_calls` | Highlight functions calls | `0` |
| `g:python_highlight_class_vars` | Highlight class variables `self` and `cls` | `0` |
| `g:python_highlight_operators` | Highlight all operators | `0` |
| `g:python_highlight_all` | Enable all highlight options above, except for previously set. | `0` |