Syntax.js - Example - Tabs
This is an example of of how to use Syntax.js to highlight the code in a DOM element using tabs.
Download Now
v3.1.0 - 6th Sep 2024
This is an example of of how to use Syntax.js to highlight the code in a DOM element using tabs.
Download Now
var something = true;
if ( something ) {
console.log( "Output is written." ); // Comment
/* Multi-line
comment */
}
Syntax.js - Basic
This is a basic example of how to use Syntax.js to highlight code inside a DOM element.