[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.