language-python
language-python copied to clipboard
Python package for Atom
### Requirements * All new code requires tests to ensure against regressions ### Description of the Change Add comment block folding in the tree-sitter grammar ### Possible Drawbacks Currently not...
### 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: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...
### Description f-strings with escape braces (i.e. '{{' instead of '{') are not rendered correctly. Here is a code snippet that shows this glitch: ```python a=1.1 b='g' f'{a:{b}}' # →...
Hello, I am running Atom version 1.53.0 on macOS. When making the Snakefile, the syntax are highlighted but they are not indented. I have tried to name the file Snakefile...
I am sure this has come up before, but I couldn't find anything on it.. Doing something like this: for ß in np.geomspace(1,100,10) : Will break ... it seems that...
### 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: *...
### 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...
This allows to use this grammar from other tree-sitter grammars. See also: https://github.com/atom/atom/pull/17551 ### Requirements * Filling out the template is required. Any pull request that does not include enough...
Hello. The following docstring is not managed because its content is not indented (this is a legal use of triple quotes). ``` class MyClass: """ Here is a docstring :...
Pressing enter after continuing a list or tuple on a second line. It should either auto indent one tab, or to the first char of the previous item, but it...