I installed sublime text and included comment snippets (https://packagecontrol.io/packages/Comment-Snippets) it's working in html and others languages but it doesn't work in css whenever i wrote my comments like this:
comm-section
it gives me this output:
comm-section: ;
in html
/*=============================================
= Section comment block =
=============================================*/
/*----- End of Section comment block ------*/
how to be fixed in css like in html
Thanks for replying