michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

feat(css): add highlighting via comment #24

Closed vxna closed 6 years ago

vxna commented 6 years ago

I've added support for additional css highlighting via /* CSS */ comments.

Could be useful in situations like this:

csscomments

michaelgmcd commented 6 years ago

This looks awesome! Thanks for the PR. I'll take a look at this tonight.