Skip to content

deltaforce5/highlightjs-jcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

highlight.js grammar for Job Control Language (JCL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published