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

[REBOL] Re: CoolEdit Syntax File

From: arolls:idatam:au at: 15-Nov-2001 18:43

What, surely not the sound editing software? You got a url? This might help you create a syntax file: http://anton.idatam.com.au/FreeEditors.html http://anton.idatam.com.au/ConTEXT/Highlighters/rebol.chl The relevant part: // To extract these words I used this line of rebol in the console // (with user.r pretty much deactivated): // v: [] foreach word sort first system/words [if value? to-word word [append v word]] // Just remember to remove 'v from the results. Anton.