Closed heshm closed 4 years ago
This is a non-standard comment character.
If you use the ACUCOBOL, then I suspect it will be okay.
[click on COBOL, change to ACUCOBOL]
For example:
Using COBOL dialect:
and ACUCOBOL dialect:
The most important thing here: the |
works as inline comment (not only in column 7), where ISO2002 added *>
for this (quite well supported in most dialects; the |
as inline comment is only supported in ACUCOBOL which is correct).
I've verified that this works - issue can be closed.
Describe the bug At fixed format cobol source,when the first element is '|',the color of the comment is not correct.
such as:
| * Some comment here