mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 21:24:52 +08:00
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user