Skip to content

Commit b56fc25

Browse files
committed
docs: Update Features
1 parent f7105bd commit b56fc25

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

doc/python-syntax.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)