SyntaxHighlighter Evolved Biferno

Plugin Banner

SyntaxHighlighter Evolved Biferno

by Sandro Bilbeisi

Download
Description

SyntaxHighlighter Evolved Biferno is a plugin for self-hosted WordPress that adds support to Alex Mills’ (Viper007) SyntaxHighlighter Evolved plugin for the Biferno language .

It provides a brush designed to work with the SyntaxHighlighter Evolved WordPress plugin .

Features:

  • Biferno opening and closing tags are captured
  • Variables within double-quoted strings are captured
  • Numerical values are captured
  • a large superset of Biferno’s function names are recognized
  • Custom function names are captured

Notes:

Prerequisite

In order to use SyntaxHighlighter Evolved Biferno, you must first install SyntaxHighlighter Evolved.

Installation

Extract all files from the ZIP file, making sure to keep the file/folder structure intact, and then upload it to /wp-content/plugins/.

Plugin Activation

Go to the admin area of your WordPress install and click on the “Plugins” menu. Click on “Activate” for the “SyntaxHighlighter Evolved: Biferno” plugin.

Plugin Usage

Just wrap your code in [sourcecode language="biferno"]your code here [/sourcecode]
or wrap your code in [biferno], such as [biferno] code here [/biferno] .

The shortcodes accept a wide variety of parameters. For details, see the bottom of the SyntaxHighlighter Evolved’s settings page.

  1. This is a sample image of the plugin in action as applied to Biferno code.

    This is a sample image of the plugin in action as applied to Biferno code.

The code is just being displayed raw. It isn’t being converted into a code box or anything. What’s wrong?

Make sure your theme’s footer.php file has <?php wp_footer(); ?> somewhere inside of it, otherwise the plugin won’t be able to do it’s thing.

INFO: When you find a that a keyword or a other special word of Biferno is not highlighted. Please write entry into the forum of this plugin. -> Support Forum

1.0.1

  • Initial release
Back to top