Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to generate colorized HTML from rebol scripts ?

From: jason:cunliffe:verizon at: 20-May-2002 14:15

> I don't quite understand. An elaboration please :^)
Daily I use UltrEdit32, and Flash. Like many tools they have colored syntax highlighting. I want to be able to publish REBOL scripts as HTML with the sme indentation and colored syntax highlighting. I used to have some pretty-print tools for LINGO and also Python which did just that. Googling around last night I found: colorize.r by Jeff Kreis 30-Jun-1999 Purpose: {Syntax highlighting for HTML display of REBOL scripts} http://www.reboltech.com/library/html/colorize.html But when I try to run it on itself I get this:
>> do load %colorize.r >> colorize %colorize.r
Couldn't find this string: *_HT_**_HT_* Couldn't find this string: *_HT_* ** Script Error: insert expected series argument of type: series port bitset ** Where: font ** Near: insert mark color insert skip ahhmm.. I must be doing something dumb!@ ./Jason