highlightjs-enterprisecobol
v1.0.5
Published
Enterprise COBOL syntax highlighting for highlight.js
Downloads
35
Maintainers
Readme
Enterprise COBOL - syntax highlighting for highlight.js
Based on the otterkit package: https://github.com/otterkit/highlightjs-cobol, contains several improvements as of the writing: Better regex (several bugs fixed and minor optimization done), better TypeScript support, and AUTHOR has been added to the list of reserved words so it will be highlighted (just like IBM Z Open Editor's highlighter does).
Installation
Simply add highlightjs-enterprisecobol to your dependencies in your package.json (requires highlight.js to be installed). Install using npm
Links
The official site for the Highlight.js library is https://highlightjs.org/
The Highlight.js GitHub project: https://github.com/highlightjs/highlight.js