language-python
language-python copied to clipboard
Python package for Atom
### 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: * Followed...
### 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:...
As seen in the below code snippit - the extra assignment lines are interpreted as being part of the triple quote. Getting rid of the parens or the SELECT statement...
This wasn't happening in other files, but for this script if a set of brackets are left empty in the docstring it breaks the highlighting for the rest of the...
### 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 *...
 language-python assumes that percent (`%`) characters always begin a C-style formatting string, though HTML-encoded strings are also common. What's the best way to deal with this issue? Check for...
### Prerequisites * [ ] 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...
### 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...
``` python from __future__ import (absolute_import, division, print_function, unicode_literals) ``` Bonus points for also supporting six to pull in replaced built-ins: ``` python from six.moves import filter, input, map, range,...