Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 688 Bytes

highlightjs-jcl

highlight.js grammar for Job Control Language (JCL)

Status

draft

build Highlight.js

  1. clone highlight.js repository (follow highlight.js instructions)
  2. clone this repository into a different directory
  3. create a symbolic link of the highlightjs-jcl directory into the highlight.js extra directory: ln -sr ./highlightjs-jcl/ ./highlight.js/extra/
  4. enter into highlight.js directory and run: npm install
  5. build your highlight.js
    1. jcl only language: node tools/build -n jcl
    2. all languages: node tools/build

the highlight.js package will be built into the build/ path