Skip to content

Commit 643005b

Browse files
committed
docs: Add Python 3.6 to features
1 parent 13616ab commit 643005b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting
77
Features
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

doc/python-syntax.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting
99
Features
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

0 commit comments

Comments
 (0)