SyntaxHighlighter Evolved: LSL Brush

This is a Linden Scripting Language (LSL) brush for the "SyntaxHighlighter Evolved" plugin, the scripting language used in Second Life.

Author:Gwyneth Llewelyn (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.9.31
Plugin version:1.2.0
Added to WordPress repository:15-02-2011
Last updated:16-04-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://gwynethllewelyn.net/syntaxhighlighter-...
Total downloads:1 131
plugin download
Click to start download

Programmer bloggers writing about Second Life and using Linden Scripting Language (LSL) examples on their WordPress sites often tend to have problems in displaying LSL properly so that it can be easily copied & pasted; it happens to me all the time! Fortunately, there is a way out: Viper007Bond wrote an excellent syntax highlighter (SyntaxHighlighter Evolved) which has easy support for additional languages. This is what this plugin does: it just extends Viper007Bond’s plugin without fuss.

It is a brush designed to work with the SyntaxHighlighter Evolved WordPress plugin (written by Viper), itself based on the SyntaxHighlighter JavaScript package by Alex Gorbatchev. To be able to use this brush, you will need the SyntaxHighlighter Evolved plugin installed.

To highlight your LSL code, simply wrap it between [lsl] and [/lsl] tags. On some setups, it’s better to use <pre class='lang: lsl;'> </pre>.

LSL syntax is current as of April 2013 (source: Official Second Life Wiki/Cool VL Viewer), recognises a few obsolete keywords (for backwards compatibility), and adds OpenSimulator-specific commands as well (source: Cool VL Viewer). CSS Styles are as similar as possible to what the SL Viewer 2 displays (but you can choose the normal styling as well, too).

Instructions follow the same outline as the asm-brush, a brush for SyntaxHighlighter Evolved developed by chlankboot, and the plugin structure itself is as suggested by Viper007Bond.