View Single Post
Old 01-19-2011, 01:14 PM   #1 (permalink)
kib2
The Wanderer
 
Join Date: Jan 2011
Posts: 7
Thanks: 0
kib2 is on a distinguished road
Default Prism: a new syntax highlighting engine

Hi to all,

this is my first post here, I'm rather new with PHP programming but not with programming) and I've just build my first app with it. It's called "Prism", it is a syntax highlighting engine.

I already know PHP's got Geshi, but I don't like it too much. Prism is light (~12Ko), extensible and supports a dozen of languages atm (but writting a new one is really easy) among: PHP, JS, HTML, XML, Python, Ruby, etc.

You can play with it here : Prism's pastebin. I just hope my little SQLite db will support your posts!

The Prism library (ie highlighting engine) will be released in the next few days with a good licence.

Cheers:

Kibē.

Last edited by kib2 : 01-19-2011 at 01:16 PM. Reason: forgotten talking about my sqlite db
kib2 is offline  
Reply With Quote