csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

Avoid detecting SCSS files as CSS #9

Closed colinbellino closed 10 years ago

colinbellino commented 10 years ago

Hey there.

I was having the same issues as #7 so i checked what was the problem and here is what i found: The is_css method returned true even for synthax like Packages/SCSS/SCSS.tmLanguage (in my case) because of the endswith. The fix i applyed is simple as you can see and works for me but i have never written any python before, so there may be a better way to do this.

Hope this helps ;)

tonyganch commented 10 years ago

Thank you! :)

colinbellino commented 10 years ago

No, Thank you for this plugin ;)