Syntax Highlighters
Here is a collection of official and unofficial syntax highlighters for BoxLang
SyntaxHighlighter
BoxLang brush module for SyntaxHighlighter. Please check out the instructions on how to build your own SyntaxHighligther and add custom brushes.
Not found
Installation
npm install brush-boxlang
Example
SyntaxHighlighter.brushes.BoxLang = require('brush-boxlang').default;
SyntaxHighlighter.all();
Last updated
Was this helpful?