springeye / vue-for-idea

This is vue plugin for idea
https://plugins.jetbrains.com/plugin/9188
BSD 3-Clause "New" or "Revised" License
321 stars 45 forks source link

comment format error in <style> #75

Closed jarvisniu closed 6 years ago

jarvisniu commented 7 years ago

When I comment out some CSS code with keyboard shortcut (default Ctrl + /), it uses the HTML comment format:

<!-- css code -->

But the correct format is:

/* css code */

I think this is a commonly used feature, so maybe you someone can fix it. Thank you!