Conversation
02e36d0 to
5e713c8
Compare
|
I believe this is also a more robust solution than #21, but honestly how many Python grammars are there? I only know of MagicPython and the default language-python. |
|
There is also "Django Python" Please merge this and release an update :) |
|
I think I'm gonna fork this repo later today and make some additional changes like those I recently submitted to atom-python-yapf which operates very very similarly to this package. It's been a year since this package was last updated. I think it might be abondoned at this point :( |
|
Awesome, I'll have a look! On Tue, 14 Jun 2016, 23:24 Amy Troschinetz, notifications@github.com
|
Using
.namewhenMagicPythonis installed yields"MagicPython". This is different than what the default grammarlanguage-pythonyields. This causes this package to fail to execute when usingMagicPython. Prefer.scopeNamewhich should always be"source.python"no matter what.