File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ Features
1919 * New exceptions and builtins
2020 * Doctests
2121 * ` @decorator ` syntax
22+ * Class variables such as ` self ` and ` cls `
23+ * Operators
2224* Highlighting of the following errors:
2325 * Invalid symbols in source file
24- * Mixing spaces and tabs
2526 * Invalid numeric constants
2627 * Invalid %-formatting inside strings
2728 * Invalid variable names
29+ * Invalid operators
30+ * Mixing spaces and tabs
2831 * Trailing spaces (Enabled with ` g:python_highlight_space_errors ` )
2932* Commands for easy switching between versions
3033
Original file line number Diff line number Diff line change @@ -21,12 +21,15 @@ Features
2121 * New exceptions and builtins
2222 * Doctests
2323 * `@decorator` syntax
24+ * Class variables such as `self` and `cls`
25+ * Operators
2426* Highlighting of the following errors:
2527 * Invalid symbols in source file
26- * Mixing spaces and tabs
2728 * Invalid numeric constants
2829 * Invalid %-formatting inside strings
2930 * Invalid variable names
31+ * Invalid operators
32+ * Mixing spaces and tabs
3033 * Trailing spaces (Enabled with `g:python_highlight_space_errors`)
3134* Commands for easy switching between versions
3235
You can’t perform that action at this time.
0 commit comments