File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting
77Features
88--------
99
10- * Added support for Python 3 syntax highlighting
10+ * Added support for Python 3 syntax highlighting, including 3.6 f-strings
11+ and numbers with underscores
1112* Added commands ` Python2Syntax ` and ` Python3Syntax ` allowing to easily switch
12- between Python 2 and Python 3.
13+ between Python 2 and Python 3
1314* Updated string highlighting
1415* Enhanced special symbols highlighting inside strings
1516* Enhanced highlighting of numeric constants
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ 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
12+ * Added support for Python 3 syntax highlighting, including 3.6 f-strings
13+ and numbers with underscores
1314* Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch
14- between Python 2 and Python 3.
15+ between Python 2 and Python 3
1516* Updated string highlighting
1617* Enhanced special symbols highlighting inside strings
1718* Enhanced highlighting of numeric constants
You can’t perform that action at this time.
0 commit comments