Skip to content

Commit b557c46

Browse files
committed
docs: Update Features list formatting
1 parent 643005b commit b557c46

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ 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, including 3.6 f-strings
11-
and numbers with underscores
12-
* Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch
13-
between Python 2 and Python 3
14-
* Updated string highlighting
15-
* Enhanced special symbols highlighting inside strings
16-
* Enhanced highlighting of numeric constants
17-
* Added optional highlighting for %-formatting inside strings
18-
* Added highlighting for magic comments: source code encoding and
19-
shebangs (`#!`)
20-
* Added highlighting for new exceptions and builtins
21-
* Added highlighting for doctests
22-
* Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
23-
* Added highlighting for the following errors:
10+
* Enhanced highlighting for:
11+
* Strings
12+
* Special symbols inside strings
13+
* Numeric constants
14+
* Added support for:
15+
* Python 3
16+
* Numbers with underscores
17+
* String %-formatting and f-strings
18+
* Magic comments: source code encoding and shebangs
19+
* New exceptions and builtins
20+
* Doctests
21+
* `@decorator` syntax
22+
* Highlighting of the following errors:
2423
* Invalid symbols in source file
2524
* Mixing spaces and tabs
2625
* Invalid numeric constants
2726
* Invalid %-formatting inside strings
2827
* Invalid variable names
2928
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
29+
* Commands for easy switching between versions
3030

3131
Folding is done by the plugin [SimpylFold](https://github.com/tmhedberg/SimpylFold).
3232

doc/python-syntax.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ 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, including 3.6 f-strings
13-
and numbers with underscores
14-
* Added commands `Python2Syntax` and `Python3Syntax` allowing to easily switch
15-
between Python 2 and Python 3
16-
* Updated string highlighting
17-
* Enhanced special symbols highlighting inside strings
18-
* Enhanced highlighting of numeric constants
19-
* Added optional highlighting for %-formatting inside strings
20-
* Added highlighting for magic comments: source code encoding and
21-
shebangs (`#!`)
22-
* Added highlighting for new exceptions and builtins
23-
* Added highlighting for doctests
24-
* Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
25-
* Added highlighting for the following errors:
12+
* Enhanced highlighting for:
13+
* Strings
14+
* Special symbols inside strings
15+
* Numeric constants
16+
* Added support for:
17+
* Python 3
18+
* Numbers with underscores
19+
* String %-formatting and f-strings
20+
* Magic comments: source code encoding and shebangs
21+
* New exceptions and builtins
22+
* Doctests
23+
* `@decorator` syntax
24+
* Highlighting of the following errors:
2625
* Invalid symbols in source file
2726
* Mixing spaces and tabs
2827
* Invalid numeric constants
2928
* Invalid %-formatting inside strings
3029
* Invalid variable names
3130
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
31+
* Commands for easy switching between versions
3232

3333
Folding is done by the plugin SimpylFold
3434
(https://github.com/tmhedberg/SimpylFold).

0 commit comments

Comments
 (0)