mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: for
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: for … end
|
|
# --
|
|
for ${1:i} := ${2:0} to ${3:max} do begin
|
|
$0
|
|
end; |