File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ Features
22
22
* Added highlighting for new ``@decorator `` syntax introduced in Python 2.4a2
23
23
* Added highlighting for the following errors:
24
24
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)
31
31
32
32
Folding is done by the plugin `SimpylFold <https://github.com/tmhedberg/SimpylFold >`_.
33
33
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ Features
21
21
* Added highlighting for doctests
22
22
* Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
23
23
* 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)
30
30
31
31
Folding is done by the plugin `SimpylFold` (`https://github.com/tmhedberg/SimpylFold`)
32
32
You can’t perform that action at this time.
0 commit comments