$language) { $languages[$i] = '\'' . trim($language) . '\''; } $languages_str = implode(', ', $languages); } ?>

Options updated.

highlight.js options

List here languages that you want to highlight on your blog like this: php, html, css. Empty string means "all known languages". For the list of supported languages refer to highlight.js homepage.

Let's you place the script in a convenient place

Normally styling of code snippets goes into site's main CSS files. But you can write it here if you can't access site's CSS or just like it this way.