Out of interest, How should or do the following similar items behave?
Honestly, I could not care less.
What I care about is that in Pascal, it is a fact, in the standard, that an opening brace starts a comment. Another fact is that Pascal does not support nested comments.
Ok to start with: I do not say that those other languages should serve as a standard, or we need to be like them (I would rather not...). I listed them all, because I was interested if the (your) concept itself, has much of an establishment. I could imagine that there is one or even some examples of something behaving like this.
But the question is not one or two, the question is about a well visible percentage in the overall available spread. That then would be an indicator for how useful that may be thought by others.
Not that - for your own wish list - you would need any such approval by others, but then if it was absent, if it was "just you", then it would be somewhat of an expectation to have it applied to an entire community.
As far as I can see, at least some of them don't have nested comments, and then they do ignore reoccurring opening comment starters. Just like fpc does.
Therefore, the appearance of another open brace in a comment that was started with an opening brace is an error because nested comments are NOT allowed.
That makes it sound
as if it was on inherent property of comment handling. If that is what you mean, then I do strongly disagree.
I do agree, that it is one way it can be done (by choice of whoever choses the algorithm).
But it is no more right or wrong than the current way (and vice versa).
So
to me, what you describe is simply a feature request.
To me, we have a valid and correct implementation. One of many possible. Actually two of many possible. You wish for a third.