10 lines
313 B
COBOL
10 lines
313 B
COBOL
* Comment preceded by 6 characters to be styled
|
|
* Include / to be styled as a comment
|
|
|
|
* Comment colored in green
|
|
ABCDE * Comment colored in green
|
|
ABCDEF* Comment NOT colored in green
|
|
/ Comment NOT colored in green
|
|
ABCDE / Comment NOT colored in green
|
|
ABCDEF/ Comment NOT colored in green
|