mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-10 06:31:52 +08:00
docs: Update Features
This commit is contained in:
@@ -19,12 +19,15 @@ Features
|
|||||||
* New exceptions and builtins
|
* New exceptions and builtins
|
||||||
* Doctests
|
* Doctests
|
||||||
* `@decorator` syntax
|
* `@decorator` syntax
|
||||||
|
* Class variables such as `self` and `cls`
|
||||||
|
* Operators
|
||||||
* Highlighting of the following errors:
|
* Highlighting of the following errors:
|
||||||
* Invalid symbols in source file
|
* Invalid symbols in source file
|
||||||
* Mixing spaces and tabs
|
|
||||||
* Invalid numeric constants
|
* Invalid numeric constants
|
||||||
* Invalid %-formatting inside strings
|
* Invalid %-formatting inside strings
|
||||||
* Invalid variable names
|
* Invalid variable names
|
||||||
|
* Invalid operators
|
||||||
|
* Mixing spaces and tabs
|
||||||
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
|
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
|
||||||
* Commands for easy switching between versions
|
* Commands for easy switching between versions
|
||||||
|
|
||||||
|
|||||||
@@ -21,12 +21,15 @@ Features
|
|||||||
* New exceptions and builtins
|
* New exceptions and builtins
|
||||||
* Doctests
|
* Doctests
|
||||||
* `@decorator` syntax
|
* `@decorator` syntax
|
||||||
|
* Class variables such as `self` and `cls`
|
||||||
|
* Operators
|
||||||
* Highlighting of the following errors:
|
* Highlighting of the following errors:
|
||||||
* Invalid symbols in source file
|
* Invalid symbols in source file
|
||||||
* Mixing spaces and tabs
|
|
||||||
* Invalid numeric constants
|
* Invalid numeric constants
|
||||||
* Invalid %-formatting inside strings
|
* Invalid %-formatting inside strings
|
||||||
* Invalid variable names
|
* Invalid variable names
|
||||||
|
* Invalid operators
|
||||||
|
* Mixing spaces and tabs
|
||||||
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
|
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
|
||||||
* Commands for easy switching between versions
|
* Commands for easy switching between versions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user