A third-party highlightjs library for the J programming language.
See also
Do the following for testing the highlighting on a browser. See the highlightjs docs for more.
git clone https://github.com/highlightjs/highlight.js.git
cd highlight.js/
cd extra/
git clone https://github.com/0racle/highlightjs-j.git
cd ..
npm install
node tools/build.js -t browser
Then you can open tools/developer.html
from the highlightjs repository to test the detection and highlighting of J.
In the dropdown, J will be at the very end.
Example screenshot using the hybrid
theme.
Note: Unpack highlighting is disabled until Issue #1 is resolved.