You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schemer ignores the newest themes with ".sublime-color-scheme" extensions.
I guess changing the lines 35, 42, 48 and 231 with the extensions can fix it.
Schemer ignores the newest themes with ".sublime-color-scheme" extensions.
I guess changing the lines 35, 42, 48 and 231 with the extensions can fix it.
ie.
231
regex = re.compile('(\ (SL))|(\ Color\ Highlighter)?(.tmTheme|.sublime-color-scheme)', re.IGNORECASE)
Thanks
The text was updated successfully, but these errors were encountered: