Skip to content

Accurate and powerful syntax highlighting library

Notifications You must be signed in to change notification settings

anil-ku-in/luminous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Description

Wordpress plugin for the Luminous Accurate and powerful syntax highlighting library. The original Luminous directory is included and untouched, the plugin resides within index.php

Installation

  1. Upload wp-luminous folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Optionall select a theme from the plugin settings page in settings/WP Luminous.
  4. Place code inside <pre lang=''> </pre> blocks All languages are supported from the Luminous

for example:

<pre lang='php'>
  <?php echo date('jS M Y', strtotime($date)); ?>
</pre>

Manifest

Contributors: David Carr, Mark Watkinson

Requires Wordpress at least: 3.0

Tested up to: 3.4.1

License: GPLv2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

About

Accurate and powerful syntax highlighting library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 29.6%
  • Perl 9.5%
  • Java 8.8%
  • ActionScript 8.4%
  • Shell 5.8%
  • C# 5.7%
  • Other 32.2%