I think it requires whitespace or end of line after the regex, otherwise `form` will be highlighted as `pugScriptLoopRegion`. ```viml syn region pugScriptLoopRegion start="^\s*\(for\|each\)\(\s\|$\)" end="$" contains=pugScriptLoopKeywords ```