Eric M. Ludlam - 2008-03-02

Logged In: YES
user_id=88537
Originator: NO

This appears to be a bug in cc-mode. Semantic just uses forward-comment, and a mode author should handle this.

The comment in c-forward-comments claims to support backslashing, but I did not see evidence of this when I tried it.
It appears to have a \ check, but it doesn't work since forward-comment leaves the cursor after the \, not before.

if this were fixed in cc-mode, then font-locking would likely work as well.