mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-09 22:25:25 +08:00
8 lines
264 B
Plaintext
8 lines
264 B
Plaintext
- Python 3.0 string formatting
|
|
|
|
- Need more accurate way to handle indentation errors. For example
|
|
mixing spaces and tabs may be used for pretty formatting;
|
|
|
|
- Need more checks for errors like: absent brackets, absent quotes,
|
|
back slash at the end of strings;
|