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

@@ -62,6 +62,7 @@ let g:python_highlight_all = 1
| `g:python_highlight_builtins` | Highlight builtin functions and objects | `0` |
| `g:python_highlight_builtin_objs` | Highlight builtin objects only | `0` |
| `g:python_highlight_builtin_funcs` | Highlight builtin functions only | `0` |
| `g:python_highlight_builtin_funcs_kwarg` | Highlight builtin functions when used as kwarg | `1` |
| `g:python_highlight_exceptions` | Highlight standard exceptions | `0` |
| `g:python_highlight_string_formatting` | Highlight `%` string formatting | `0` |
| `g:python_highlight_string_format` | Highlight syntax of `str.format` syntax | `0` |