vim-commentary
vim-commentary copied to clipboard
Use CSS-style comments in HTML <style> tags
gcc etc. use HTML <!-- comments on CSS in style tags. I think it would be preferable to use /* CSS-style comments. It would be easier to transfer the styles to their own files and generally avoid having to make the context-switch from CSS to HTML
Did you ever figure out a solution for this?
Actually, i just tried out tcomment_vim that is referenced in the README and it seems to handle the html files well.
I tried tcomment_vim too however I still get <!-- html comments inside style tags & script tags