mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 05:34:46 +08:00
Add option variable for class variables
This commit is contained in:
@@ -67,6 +67,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_class_vars` | Highlight class variables `self` and `cls` | `0` |
|
||||
| `g:python_highlight_all` | Enable all highlight options above, except for previously set. | `0` |
|
||||
| `g:python_highlight_file_headers_as_comments` | Highlight shebang and coding headers as comments | `0` |
|
||||
| `g:python_slow_sync` | Disable for slow machines | `1` |
|
||||
|
||||
Reference in New Issue
Block a user