highlight.js grammar for Job Control Language (JCL)
draft
- clone
highlight.js
repository (follow highlight.js instructions) - clone this repository into a different directory
- create a symbolic link of the highlightjs-jcl directory into the highlight.js extra directory:
ln -sr ./highlightjs-jcl/ ./highlight.js/extra/
- enter into highlight.js directory and run:
npm install
- build your highlight.js
- jcl only language:
node tools/build -n jcl
- all languages:
node tools/build
- jcl only language:
the highlight.js package will be built into the build/
path