I am trying to implement the guidelines of Idiomatic CSS 1 while working on a project. But I’m having trouble writing comments in the Doxygen style in CSS (or SCSS, LESS, etc.), e.g.:
/**
* Short description using Doxygen-style comment format
*
* The first sentence of the long description starts here and continues on this
* line for a while finally concluding here at the end of this paragraph.
*/
Sublime’s indentation does not play nice at all with this format, chiefly because the subsequent asterisks are only indented by 1 space. Is there any package or configurtion that eases writing in this comment style? (I am not looking for snippets, I can write these myself.) I didn’t find anything that looks interesting, but I thought there might be something something inside one of the programming packages I’m not aware of.
Thanks,
Alex