TODO.txt 368B

1234567891011
  1. - Highligh for string.Template?
  2. - Python 3.0 string formatting
  3. - Highligh errors where symbols follow by numbers like this: 0o123LaB
  4. - Need more accurate way to handle indentation errors. For example
  5. mixing spaces and tabs may be used for pretty formatting;
  6. - Need more checks for errors like: absent brackets, absent quotes,
  7. back slash at the end of strings;