csscomb / sublime-csscomb

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

Fix CSScomb when Sass tmLanguage installed #52

Closed karlhorky closed 9 years ago

karlhorky commented 9 years ago

CSScomb was not running when Sass tmLanguage was used for syntax highlighting.

Fixes #18

karlhorky commented 9 years ago

@tonyganch No problem, glad to help :)

Please review again. I've added is_sass() as well to support Sass files as well as SCSS files using the Sass tmLanguage package.

tonyganch commented 9 years ago

Thank you! :elephant:

karlhorky commented 9 years ago

Thanks for the merge :bowtie: