From 643005bd235982e9cfce1672bd8db24cc1f26a1f Mon Sep 17 00:00:00 2001 From: nfnty Date: Fri, 17 Feb 2017 15:21:07 +0100 Subject: [PATCH] docs: Add Python 3.6 to features --- README.md | 5 +++-- doc/python-syntax.txt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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