language-python
language-python copied to clipboard
Python package for Atom
In Atom, If I inline an if..elif..else block, Atom unindents the following elif..else blocks after the if block
### Prerequisites * [ X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...
Formatting a string with `%s` fails to highlight correctly when the characters are preceded by two slashes `//` 
https://github.com/atom/language-python/pull/212 results in incorrect indentation after every `return` and similar statements: ```python def f(x): return x |#cursor is here> ``` Other statements where indentation is known to need to decrease...
Apologies for not following the guidelines but I don't have the time to become fully acquainted with the atom debugging system and this has nothing to do with atom as...
Some built-in function were remove between python 2 and 3 , for example `reload` was put in `imp` module until python 3.3 then in `importlib` since 3.4. But the list...
When I used r'...' in my code, the colour displayed wrong as if it didn't recognise the raw string format.

This is basically the same as #37 except for _triple-quoted_ raw strings.  `#foo` above should be highlighted as a comment. Instead, it...
The syntax highlighting for https://github.com/farcepest/MySQLdb1/blob/9b0b59f1bbe0029757b9b15d1c71586eaca1109c/MySQLdb/cursors.py Seems to be incorrect, it marks most of the file as a string.