Highlight LSL Code

This is an add-on to the Syntax Highlighter Evolved WP plugin provided by Viper007BondAutomattic.  Which is a modified version, to fit WP of course, of the SyntaxHighlighter JavaScript package by Alex Gorbatchev.  This plugin adds the LSL, Linden Scripting Language, language to the available languages.  If you don’t know how to use the Syntax Highlighter Evolved plugin, you can view the support document.  To use this plugin just add “lsl” to the language you wish to highlight.

An example of the highlighting below:

default
{
 state_entry ()
 {
 llSay (0, "state_entry");
 }
}

REQUIRED: Syntax Highlighter Evolved

Install to: %WP-ROOT-DIR%/wp-content/plugins

Download the plugin: syntaxhighlighter-lslBrush.zip

No comments yet.