File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ Features
2222* Added highlighting for new ``@decorator `` syntax introduced in Python 2.4a2
2323* Added highlighting for the following errors:
2424
25- * Invalid symbols in source file
26- * Mixing spaces and tabs
27- * Invalid numeric constants
28- * Invalid %-formatting inside strings
29- * Invalid variable names
30- * Trailing spaces (triggered by the ``python_highlight_space_errors `` option)
25+ * Invalid symbols in source file
26+ * Mixing spaces and tabs
27+ * Invalid numeric constants
28+ * Invalid %-formatting inside strings
29+ * Invalid variable names
30+ * Trailing spaces (triggered by the ``python_highlight_space_errors `` option)
3131
3232Folding is done by the plugin `SimpylFold <https://github.com/tmhedberg/SimpylFold >`_.
3333
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ Features
2121* Added highlighting for doctests
2222* Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
2323* Added highlighting for the following errors:
24- * Invalid symbols in source file
25- * Mixing spaces and tabs
26- * Invalid numeric constants
27- * Invalid %-formatting inside strings
28- * Invalid variable names
29- * Trailing spaces (triggered by the `python_highlight_space_errors` option)
24+ * Invalid symbols in source file
25+ * Mixing spaces and tabs
26+ * Invalid numeric constants
27+ * Invalid %-formatting inside strings
28+ * Invalid variable names
29+ * Trailing spaces (triggered by the `python_highlight_space_errors` option)
3030
3131Folding is done by the plugin `SimpylFold` (`https://github.com/tmhedberg/SimpylFold`)
3232
You can’t perform that action at this time.
0 commit comments