Me again, with my conditional comments

The problem with ending a conditional comment with "..." is that if I do the code 1 (below), the parser would understand the code 2 (below)
Code 1:
code
...If Const
code
...code
...code
...etc
Code 2:
code
...If Const
code
...code
...code
...etc
If the conditional comment ended with "...End", the parser would know the difference between a beginning and an end.
So would it be possible to change this in Axe, so that we end a conditional comment with "...End" ?