Robert Hicks Fri, 07 Jul 2006 09:10:15 -0700
syn match tclExternal "\<\(package\)\s\(forget\|ifneeded\|require\)\>"
I would like a region that looks at the word(s) coming after that match. package require Tk Tk in that would be the word to match (and color). :Robert