novaeye / redmine_js_syntax_highlighter

the Redmine's Javascript Syntax highlighter plugin which render source on the browser through javscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redmine_js_syntax_highlighter

A Redmine plugin that replaces the repository’s default syntax highlighting engine (CodeRay) with a cool syntax highlighter (render via js on browser).

It uses Alex’s SyntaxHighlighter.

Installation:

Use Rails’ handy-dandy plugin installer to grab this plugin:

script/plugin install git://github.com/snowyu/redmine_js_syntax_highlighter.git

Alternatively, you can just copy the redmine_js_syntax_highlighter directory into vendor/plugins/

Themes:

The highlighter’s default colour scheme (“theme”) is currently shThemeDefault.

Each user can change the colour scheme by going to “My account” and picking the theme from the dropdown list.

Supported Languages:

  • ActionScript3 as3, actionscript3

  • Bash/Shell bash,shell

  • C/C++ c,cpp

  • C# c-sharp,csharp

  • CSS css

  • ColdFusion cf,codefusion

  • Diff diff,patch

  • Delphi/Pascal delphi,pas,pascal

  • Erlang erl,erlang

  • Groovy groovy

  • Java java

  • JavaFX jfx,javafx

  • JavaScript js,jscript,Javascript

  • PHP php

  • Perl perl,pl

  • Plain Text plain,text

  • Python py,python

  • PowerShell ps,powershell

  • Ruby ruby,ror,rails

  • SQL sql

  • Scala scala

  • XML xml,xhtml,xslt,html

  • Visual Baisc vb, vbnet

Authors:

  • Originally by Riceball LEE(snowyu) (2011)

License:

Released under the [www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License v2 (GPL)].

About

the Redmine's Javascript Syntax highlighter plugin which render source on the browser through javscript


Languages

Language:CSS 93.1%Language:JavaScript 3.7%Language:Ruby 3.2%