csstools / postcss-language

Support for modern and experimental CSS within Visual Studio Code
80 stars 11 forks source link

[Feature request] Associating with custom extensions #7

Closed matthew-dean closed 3 years ago

matthew-dean commented 3 years ago

Is there a way to associate this plugin with extensions that are not .css, .pcss, or .postcss? If not, can this feature be added? Looking for a quick way to support this: https://github.com/jesscss/jess/issues/25

matthew-dean commented 3 years ago

Ah, never mind, figured it out!

    "files.associations": {
        "*.jess": "postcss"
    }