7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Improve Python source regex strings #32

Closed ajoubertza closed 7 years ago

ajoubertza commented 7 years ago

This improves the support for Python a bit more:

Before changes:

symbols-list python before

After changes:

symbols-list python after
ajoubertza commented 7 years ago

This fixes issue #17.

dogweather commented 7 years ago

👍 Looks good!

ajoubertza commented 7 years ago

Thanks, @7ute!