diff --git a/README.rst b/README.rst index 2c83e38..736f79a 100644 --- a/README.rst +++ b/README.rst @@ -22,12 +22,12 @@ Features * Added highlighting for new ``@decorator`` syntax introduced in Python 2.4a2 * Added highlighting for the following errors: - * Invalid symbols in source file - * Mixing spaces and tabs - * Invalid numeric constants - * Invalid %-formatting inside strings - * Invalid variable names - * Trailing spaces (triggered by the ``python_highlight_space_errors`` option) + * Invalid symbols in source file + * Mixing spaces and tabs + * Invalid numeric constants + * Invalid %-formatting inside strings + * Invalid variable names + * Trailing spaces (triggered by the ``python_highlight_space_errors`` option) Folding is done by the plugin `SimpylFold `_. diff --git a/doc/python-syntax.txt b/doc/python-syntax.txt index d008d5e..f98bf53 100644 --- a/doc/python-syntax.txt +++ b/doc/python-syntax.txt @@ -21,12 +21,12 @@ Features * Added highlighting for doctests * Added highlighting for new `@decorator` syntax introduced in Python 2.4a2 * Added highlighting for the following errors: - * Invalid symbols in source file - * Mixing spaces and tabs - * Invalid numeric constants - * Invalid %-formatting inside strings - * Invalid variable names - * Trailing spaces (triggered by the `python_highlight_space_errors` option) + * Invalid symbols in source file + * Mixing spaces and tabs + * Invalid numeric constants + * Invalid %-formatting inside strings + * Invalid variable names + * Trailing spaces (triggered by the `python_highlight_space_errors` option) Folding is done by the plugin `SimpylFold` (`https://github.com/tmhedberg/SimpylFold`)