@@ -9,26 +9,26 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting
99Features
1010--------
1111
12- * Added support for Python 3 syntax highlighting, including 3.6 f-strings
13- and numbers with underscores
14- * Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch
15- between Python 2 and Python 3
16- * Updated string highlighting
17- * Enhanced special symbols highlighting inside strings
18- * Enhanced highlighting of numeric constants
19- * Added optional highlighting for %-formatting inside strings
20- * Added highlighting for magic comments: source code encoding and
21- shebangs (`#!`)
22- * Added highlighting for new exceptions and builtins
23- * Added highlighting for doctests
24- * Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
25- * Added highlighting for the following errors:
12+ * Enhanced highlighting for:
13+ * Strings
14+ * Special symbols inside strings
15+ * Numeric constants
16+ * Added support for:
17+ * Python 3
18+ * Numbers with underscores
19+ * String %-formatting and f-strings
20+ * Magic comments: source code encoding and shebangs
21+ * New exceptions and builtins
22+ * Doctests
23+ * `@decorator` syntax
24+ * Highlighting of the following errors:
2625 * Invalid symbols in source file
2726 * Mixing spaces and tabs
2827 * Invalid numeric constants
2928 * Invalid %-formatting inside strings
3029 * Invalid variable names
3130 * Trailing spaces (Enabled with `g:python_highlight_space_errors`)
31+ * Commands for easy switching between versions
3232
3333Folding is done by the plugin SimpylFold
3434(https://github.com/tmhedberg/SimpylFold).
0 commit comments