GretaLahitte / syntaxHighlighting

javascript color syntaxing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syntaxHighlighting

This library allow syntax highlighting for your SQL syntax in HTML page. You can custom it to fit your needs. Add the syntax.css file in your header Point to the syntax.js file into your html file. To colorise an element represented an id, simply call the getElem() méthode like this:

var elemToColorise = new LibHighligthSyntax.getElem(the_elem_id);

About

javascript color syntaxing


Languages

Language:JavaScript 54.5%Language:HTML 39.2%Language:CSS 6.2%