Hi,
Right now I develop .css files and sublime automatically considers them as CSS type and enables CSS Snippets, CSS Lint (and some more other) plugins automatically.
When I develop SASS, it uses .scss extension. So I downloaded SASS related packages from Package Control. It gives me syntax highlighting and things like those.
However, I want to keep using both of them. I want to keep my CSSLint/CSS Snippets and I want to enable SASS Code Highlighting features.
In the worst case scenario, I would like to use my CSS plugins on .scss extension (without using anything SASS related from package control)
How can I do this?
TL;DR: Would like to develop Sass but I want to keep my CSS Snippets and CSS related plugins available.