SyntaxHighlighter extension

Hi to everyone

I’ve wrote new extension SyntaxHighlighter. You can see it on my site

http://creative-territory.net/post/view/id/9/

[sub](my site is under construction and most of pages in Russian)[/sub]

Example:




<?php $this->widget('ext.syntaxhighlighter.SyntaxHighlighterWidget', array(

    'brushes'=>array('Php','Sql'),

));?>



if this extension is really useful please help me to add it to the extension repository.

I don’t know what license I should select. I wrote this extension for Yii 1.1 and really don’t know how it will work on 1.0.

I always open for your suggestions and bug reports (I hope I didn’t make bugs)

Thanks.

P.S.

I don’t use MarkDown. I use CKEditor extensions that helps me with formating…

hmmm… maybe I have to add MarkDown parser…