03.30.06

GeSHi Inline Plugin for WordPress!

Posted in web dev, byteclub at 1:42 am by Clinton

Need to test the new geshi based code syntax highlighter plugin i’ve written for wordpress here… hmmm

Show the list of supported languages [langlist]

Current enabled languages: actionscript, ada, apache, asm, bash, c, cpp, csharp, css, delphi, dos, eiffel, html, ini, java, javascript, js, lisp, matlab, mpasm, objc, oracle8, pascal, perl, php, pseudocode, python, qbasic, ruby, scheme, smarty, sql, vb, vbnet, vhdl, xhtml, xml.

Java code anyone?

for(int i=0; ,i<stuff.length; i++) {
  System.out.println(“wow”);
}

Let’s try some pascal…

procedure DoStuff(String str)
var i: int;
begin
  for i := 0 to 10 do begin
    print(str);
  end;
end

Hoorah!

I’ll post details, code and docs on the byteclub wiki after sleep!

Leave a Comment