mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54:48 +08:00
docs: Fix lists for real
This commit is contained in:
12
README.rst
12
README.rst
@@ -22,12 +22,12 @@ Features
|
|||||||
* Added highlighting for new ``@decorator`` syntax introduced in Python 2.4a2
|
* Added highlighting for new ``@decorator`` syntax introduced in Python 2.4a2
|
||||||
* Added highlighting for the following errors:
|
* Added highlighting for the following errors:
|
||||||
|
|
||||||
* Invalid symbols in source file
|
* Invalid symbols in source file
|
||||||
* Mixing spaces and tabs
|
* Mixing spaces and tabs
|
||||||
* Invalid numeric constants
|
* Invalid numeric constants
|
||||||
* Invalid %-formatting inside strings
|
* Invalid %-formatting inside strings
|
||||||
* Invalid variable names
|
* Invalid variable names
|
||||||
* Trailing spaces (triggered by the ``python_highlight_space_errors`` option)
|
* Trailing spaces (triggered by the ``python_highlight_space_errors`` option)
|
||||||
|
|
||||||
Folding is done by the plugin `SimpylFold <https://github.com/tmhedberg/SimpylFold>`_.
|
Folding is done by the plugin `SimpylFold <https://github.com/tmhedberg/SimpylFold>`_.
|
||||||
|
|
||||||
|
|||||||
@@ -21,12 +21,12 @@ Features
|
|||||||
* Added highlighting for doctests
|
* Added highlighting for doctests
|
||||||
* Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
|
* Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
|
||||||
* Added highlighting for the following errors:
|
* Added highlighting for the following errors:
|
||||||
* Invalid symbols in source file
|
* Invalid symbols in source file
|
||||||
* Mixing spaces and tabs
|
* Mixing spaces and tabs
|
||||||
* Invalid numeric constants
|
* Invalid numeric constants
|
||||||
* Invalid %-formatting inside strings
|
* Invalid %-formatting inside strings
|
||||||
* Invalid variable names
|
* Invalid variable names
|
||||||
* Trailing spaces (triggered by the `python_highlight_space_errors` option)
|
* Trailing spaces (triggered by the `python_highlight_space_errors` option)
|
||||||
|
|
||||||
Folding is done by the plugin `SimpylFold` (`https://github.com/tmhedberg/SimpylFold`)
|
Folding is done by the plugin `SimpylFold` (`https://github.com/tmhedberg/SimpylFold`)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user