Syntax.js - Basic
This is a basic example of how to use Syntax.js to highlight code inside a DOM element.
var something = true; if ( something ) { console.log( "Output is written." ); // Comment /* Multi-line comment */ }
Building:
Build New Syntax Elements
Set Options:
Set Options
Additional Data:
Get Version