mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 21:24:52 +08:00
docs: Add Python 3.6 to features
This commit is contained in:
@@ -7,9 +7,10 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting
|
|||||||
Features
|
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
|
* Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch
|
||||||
between Python 2 and Python 3.
|
between Python 2 and Python 3
|
||||||
* Updated string highlighting
|
* Updated string highlighting
|
||||||
* Enhanced special symbols highlighting inside strings
|
* Enhanced special symbols highlighting inside strings
|
||||||
* Enhanced highlighting of numeric constants
|
* Enhanced highlighting of numeric constants
|
||||||
|
|||||||
@@ -9,9 +9,10 @@ This is an enhanced version of the original Vim 6.1 Python syntax highlighting
|
|||||||
Features
|
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
|
* Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch
|
||||||
between Python 2 and Python 3.
|
between Python 2 and Python 3
|
||||||
* Updated string highlighting
|
* Updated string highlighting
|
||||||
* Enhanced special symbols highlighting inside strings
|
* Enhanced special symbols highlighting inside strings
|
||||||
* Enhanced highlighting of numeric constants
|
* Enhanced highlighting of numeric constants
|
||||||
|
|||||||
Reference in New Issue
Block a user