Ok, it makes sense.
But how comes "/** " (with a space) isn't fontified, when it is in other modes like java ? There is no obvious difference between :
/**
* some comment */
and
/**
* some comment */
, but they are fontified differently (the second has a space after the /**).
> This behavior is certainly unexpected : I expect all comments to beIt's a feature. This comment format is used by doxygen (or somesuch).
> fontified with the same face. Am I right in thinking it's a bug ?
Stefan