On 2/19/07, Nikolai Weibull <now at bitwi.se> wrote: > syn keyword rubyDefine def nextgroup=rubyFunction skipwhite skipnl > syn match rubyFunction '\h\w*' Should be syn keyword rubyDefine def nextgroup=rubyFunction skipwhite skipnl syn match rubyFunction contained '\h\w*' nikolai