How can I set the alternate comment to be started by the first blank character after a given column?
In zOS assembler I would like to have comments as follows:
* starts standard comment
.* started non expanded comment
the first blank after column 15 starts inline comment
Is there a way to highlight all three types of comments?
tkx -- coder03
In zOS assembler I would like to have comments as follows:
* starts standard comment
.* started non expanded comment
the first blank after column 15 starts inline comment
Is there a way to highlight all three types of comments?
tkx -- coder03