diff --git a/README.md b/README.md index 588ce32..c75d621 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting Features -------- -* Added support for Python 3 syntax highlighting +* Added support for Python 3 syntax highlighting, including 3.6 f-strings + and numbers with underscores * Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch - between Python 2 and Python 3. + between Python 2 and Python 3 * Updated string highlighting * Enhanced special symbols highlighting inside strings * Enhanced highlighting of numeric constants diff --git a/doc/python-syntax.txt b/doc/python-syntax.txt index 2731c8e..ca81a6a 100644 --- a/doc/python-syntax.txt +++ b/doc/python-syntax.txt @@ -9,9 +9,10 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting Features -------- -* Added support for Python 3 syntax highlighting +* Added support for Python 3 syntax highlighting, including 3.6 f-strings + and numbers with underscores * Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch - between Python 2 and Python 3. + between Python 2 and Python 3 * Updated string highlighting * Enhanced special symbols highlighting inside strings * Enhanced highlighting of numeric constants