language-python
language-python copied to clipboard
Python package for Atom
Since I noticed this plugin tries to detect SQL from strings in order to highlight them, I figured it might just as well highlight docstrings as reStructuredText. Also there is...
When i paste copied code, the indentation comes out wrong. Here is a screenshot of what it looks like after pasting.  auto-indent...
There's a snippet `ast` for 'Assert True' (a method that I never use, since there's a shorter `assert` statement). However, when I went to import the [ast module](https://docs.python.org/3/library/ast.html), my import...
Massive indentation problem in vanilla atom 0.198.0: ``` python def testing_indentation(some_var): first_line = 'indentation works' second_line = a_function(that_has, lots_of, parameters, ) third_line = another_function( ending_parenthesis, moved_to_end_correctly, but_matching_broken="need to move cursor...