issues
search
hdima
/
python-syntax
Python syntax highlighting script for Vim
http://www.vim.org/scripts/script.php?script_id=790
MIT License
364
stars
109
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added support for match and case keywords introduced in python 3.10
#66
jwackito
opened
2 years ago
2
Py310 support
#65
rmariano
closed
1 year ago
0
Update README.rst
#64
Prakshal2607
opened
4 years ago
0
Tabbing behaviour is broken
#63
mpacer
opened
7 years ago
0
This project is dead, time to fork
#62
nfnty
opened
7 years ago
6
Remove all trailing slashes from pythonBytesEscape
#61
fffergal
closed
6 years ago
1
Add support for Python 3.6 f-string literal, underscore in numbers, and Python 3.5 type annotations
#60
achimnol
opened
8 years ago
9
Python 3.6 underscores in numeric literal support
#59
achimnol
opened
8 years ago
1
Python 3.6 f-string literal support
#58
achimnol
opened
8 years ago
2
Allow None to be highlighted differently
#57
jakar
opened
8 years ago
0
async / await not highlighted
#56
ianjuma
closed
8 years ago
0
Add multiline to syntax info
#55
JelteF
opened
8 years ago
1
Add pythonConvention HL class (`cls` and `self`)
#54
AloisMahdal
closed
6 years ago
2
Mark None as Python builtin object along with True and False
#53
AloisMahdal
closed
6 years ago
0
Negative Numbers, Docstrings, self (builtin object)
#52
freeo
opened
8 years ago
0
How to enable folding ?
#51
amigrave
opened
8 years ago
4
exec is a function under Python3, not a statement
#50
anntzer
opened
8 years ago
2
`is not` does not highlight
#49
tourist-py
closed
8 years ago
0
add syntax highlighting for self
#48
strin
opened
8 years ago
3
narrow decorator match to exclude matrix multiplication
#47
jhrmnn
closed
5 years ago
3
matrix multiplication
#46
anntzer
opened
8 years ago
1
highliting isn't semantic aware.
#45
purpleP
closed
8 years ago
1
highlight keyword in keyword arguments in function calls with kwargs
#44
purpleP
opened
8 years ago
1
self isn't highlighted in classes
#43
purpleP
opened
8 years ago
6
Highlight punctuation that does not fall into any syntax group
#42
kynikos
opened
8 years ago
0
More module attributes
#41
anntzer
opened
8 years ago
1
No difference in highlighting of `print` between Python 2 and 3
#40
ukch
closed
8 years ago
1
Function annotations?
#39
dougblack
opened
8 years ago
1
Correct highlighting async function names in Python 3.5
#38
achimnol
closed
9 years ago
0
Dummy pythonInclude group to keep pyrex.vim happy.
#37
anntzer
closed
9 years ago
0
The identifier next to "async def" is not highlighted as function name
#36
achimnol
closed
9 years ago
2
Please add new syntax (await, async) highlight
#35
KiYugadgeter
closed
9 years ago
1
"{{" not recognized as an escape
#34
anntzer
closed
9 years ago
1
None is highlighted differently in Python 3 than in Python 2
#33
gotgenes
closed
3 years ago
2
datetime formatting in "{}" formay string
#32
anntzer
opened
9 years ago
0
Don't highlight "builtins" that appear as attribute names
#31
anntzer
closed
9 years ago
6
vim's default pyrex.vim requires a pythonInclude group
#30
anntzer
closed
9 years ago
2
Python 3.5 new syntax sugar
#29
iho
closed
9 years ago
2
To recognize non-alphanumeric tokens
#28
NLKNguyen
closed
9 years ago
3
New syntax sugar
#27
iho
closed
9 years ago
2
Unmatched/unbalanced parenthesis/brackets/etc
#26
andrevmatos
closed
9 years ago
1
Fix decorators to allow the same kind of characters that functions do
#25
mcsalgado
closed
9 years ago
1
Start over with Vim's 7.4 python.vim + existing highlights + some of python-mode's highlight
#24
s0undt3ch
closed
9 years ago
2
Don't spell Pylint's inline comments `# pylint:.*`
#23
s0undt3ch
closed
5 months ago
0
Add self highlight
#22
Olivia5k
closed
9 years ago
2
Highlight self
#21
Olivia5k
closed
9 years ago
4
Add highlight of classes
#20
Olivia5k
closed
9 years ago
1
else: highlighting and erroneous numbers
#19
Guerki
closed
9 years ago
1
else: not highlighted
#18
Guerki
closed
9 years ago
1
SpecialComment highlight group for pythonCoding and pythonRun
#17
peteradrichem
opened
10 years ago
0
Next