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

Unicode symbol not being recognized #28

Closed joonro closed 7 years ago

joonro commented 8 years ago

Hi,

It seems symbols-list does not recognize any symbols with unicode characters that I have in my Python 3 code in the view. For example, the following function does not show up in the list:

def test_unicode_θ():
    pass

Thank you!

mbuc82 commented 7 years ago

Hello joonro,

i've improved the regular expressions for python, so that also unicode characters are recognized for classes, class methods as well as function names. The fix will be included within the next release.

Regards

Marco

joonro commented 7 years ago

Thank you so much for the fix! Looking forward to using it.