Implement option to disable highlighting builtin functions as kwarg

Fixes #17
This commit is contained in:
nfnty
2017-03-05 10:41:45 +01:00
parent 453162092e
commit aacf27d1a3
3 changed files with 12 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
`g:python_highlight_builtin_funcs` (default `0`)
Highlight builtin functions only
`g:python_highlight_builtin_funcs_kwarg` (default `1`)
Highlight builtin functions when used as kwarg
`g:python_highlight_exceptions` (default `0`)
Highlight standard exceptions