Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 539 Bytes

mycobol extending vscode_cobol

This is an example extension that extends the vscode cobol extension in order provide some custom syntax for:

  • $IF TOTEMX DEFINED
  • $IF XLSCX DEFINED
  • $END

and a comment line that starts with |

For example:

Example

You may use it as a start to create your own one, for example to add syntax-support for an own COBOL preparser you use.