enterprise-cobol-for-z-os READMEAn IBM Enterprise Cobol for z/OS syntax highlighter. It will NOT build and/or compile anything. Possibly, in the future, I will include mainframe upload/download but even then, no automatic build/compile/link. FeaturesHighlights syntax for version 6.1. Includes CICS API for TS 5.1 and DB/2 v.10 (commands are recognized and colour-coded - no actual syntax checking is performed - YET!). Includes a dark theme that emphatizes language/api keywords. RequirementsNone, except VS Code Known IssuesUh.... you tell me! Feel free to send me bug reports. I will fix them, but I cannot guarantee any timeline. This extension is a part-time affair... :p Release NotesVastly based on BitLang.Cobol https://marketplace.visualstudio.com/items?itemName=bitlang.cobol.. It's a great extension, but it lacked that "mainframe flavour" I was looking for. I removed unsupported syntax, added (ancient) keywords and wrote a basic support for CICS/DB2 apis. Unfortunately I have no experience with IMS, hence support can be definitely improved. Many thanks to Dr. Francesco Foresti https://github.com/francescoforesti for helping me with "proper" Regular Expressions (I had never done anything like this before....) 1.0.0Initial release of enterprise-cobol-for-z-os PlansIf time allows, I'd like to write a grammar for CICS api commands and another one for db/2. Also, I would like to find some way to download/upload sources, copybooks and DCLGENs from mainframe. Copyright & TrademarksIBM, Enterprise Cobol for z/OS, z/OS, CICS, DB/2, IMS are registered trademarks of International Business Machines Corporation. BitLang.Cobol Copyright (c) 2015 spgennard (see included LICENSE.txt) Distribution and use of this extension are free. Modification/copy are also free provided you acknowledge my work and that of spgennard in credits/readme. |