Files
python-syntax/TODO.txt
2008-09-21 01:16:43 +04:00

12 lines
368 B
Plaintext

- Highligh for string.Template?
- Python 3.0 string formatting
- Highligh errors where symbols follow by numbers like this: 0o123LaB
- 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;