# -*- mode: snippet -*- # key: for # contributor: Translated from TextMate Snippet # name: for … end # -- for ${1:i} := ${2:0} to ${3:max} do begin $0 end;