Closed gaudecker closed 4 years ago
@gaudecker not sure to understand what you want. Could you provide a screenshot that could illustrate that ?
As you can see from this image, the comment delimiters are monospaced while the actual comment (aside from the markup) is proportional.
My proposal was to define separate faces for the delimiters and the content.
Hope this clears things.
I've started to look at this and it is too complicated because I have too much ways of commenting things ( ... many template engines have their own delimiters)
I'd like to humbly request an addition of
web-mode-javascript-comment-delimiter-face
to web-mode's faces.It should match both single and multi line comment delimiters.
Comment delimiter should be
//
.Comment delimiter should be
/**
(or/*
),*
, and*/
.