[Pharo-project] smalltalk color-print-style on a web page
I want to put smalltalk code with syntax coloring as it is http://code.google.com/p/pharo/wiki/CommentOfTheDayContest on my web page http://appdal.com/groups/36442/wiki/bbd28/Pharo_comment_of_the_day_contest.h... Best Regards -- View this message in context: http://forum.world.st/smalltalk-color-print-style-on-a-web-page-tp3296588p32... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 9 February 2011 05:05, HwaJong Oh <daliot.oh@gmail.com> wrote:
I want to put smalltalk code with syntax coloring as it is
http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
on my web page http://appdal.com/groups/36442/wiki/bbd28/Pharo_comment_of_the_day_contest.h...
AFAIK, it is not smalltalk color highlighting. I don't know what syntax a google wiki takes for doing code highlight, but it is definitely not for smalltalk syntax.
Best Regards -- View this message in context: http://forum.world.st/smalltalk-color-print-style-on-a-web-page-tp3296588p32... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko AKA sig.
On PharoCasts I use highlight.js http://softwaremaniacs.org/soft/highlight/en/ Laurent Le 9 févr. 2011 à 05:05, HwaJong Oh a écrit :
I want to put smalltalk code with syntax coloring as it is
http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
on my web page http://appdal.com/groups/36442/wiki/bbd28/Pharo_comment_of_the_day_contest.h...
Best Regards -- View this message in context: http://forum.world.st/smalltalk-color-print-style-on-a-web-page-tp3296588p32... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I wrote a brush for Syntaxhighlighter: http://buildinggitfs.blogspot.com/2010/04/smalltalk-brush-for-syntax-highlig... Its very basic though. Max On 09.02.2011, at 13:49, Laurent Laffont wrote:
On PharoCasts I use highlight.js http://softwaremaniacs.org/soft/highlight/en/
Laurent
Le 9 févr. 2011 à 05:05, HwaJong Oh a écrit :
I want to put smalltalk code with syntax coloring as it is
http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
on my web page http://appdal.com/groups/36442/wiki/bbd28/Pharo_comment_of_the_day_contest.h...
Best Regards -- View this message in context: http://forum.world.st/smalltalk-color-print-style-on-a-web-page-tp3296588p32... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
http://pygments.org/ - supports Smalltalk - I haven't tried it though. If you have a Pier based blog you can use Pier-Shout in the addons repository: http://source.lukas-renggli.ch/pier2addons On 9 February 2011 13:34, Max Leske <maxleske@gmail.com> wrote:
I wrote a brush for Syntaxhighlighter: http://buildinggitfs.blogspot.com/2010/04/smalltalk-brush-for-syntax-highlig... Its very basic though.
Max
On 09.02.2011, at 13:49, Laurent Laffont wrote:
On PharoCasts I use highlight.js http://softwaremaniacs.org/soft/highlight/en/
<http://softwaremaniacs.org/soft/highlight/en/>Laurent
Le 9 févr. 2011 à 05:05, HwaJong Oh a écrit :
I want to put smalltalk code with syntax coloring as it is
http://code.google.com/p/pharo/wiki/CommentOfTheDayContest
on my web page
http://appdal.com/groups/36442/wiki/bbd28/Pharo_comment_of_the_day_contest.h...
Best Regards -- View this message in context: http://forum.world.st/smalltalk-color-print-style-on-a-web-page-tp3296588p32... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I settled down with gist. It works just as I wanted. Best Regards HwaJong Oh -- View this message in context: http://forum.world.st/smalltalk-color-print-style-on-a-web-page-tp3296588p37... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (5)
-
HwaJong Oh -
Igor Stasenko -
Laurent Laffont -
Max Leske -
Nick Ager