Support css preprocessors
martonlederer opened this issue ยท 4 comments
Description
The plugin is missing support for css based languages, like sass
, scss
, less
, stylus
, etc.
Describe the solution you'd like
Based on the babel configuration file, determinate which preprocessor the project is using and provide syntax highlighting for it.
Thanks for your feedback!
We already have auto-completion for scss
, thanks to this pull request #5, I don't know if it's also working for less
and stylus
.
Regarding syntax highlighting, indeed it's not working.
If you have any idea, how to do it, feel free to open a pull request, I would really appreciate it. ๐
Alright, I'll try to come up with something in the upcoming days :)
@divlo I added you on discord, I have some ideas if you are up to collaborate
Success, we now support SASS since this commit : f72ea15