mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 22:13:04 +00:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: ndo
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: named: do
|
|
# --
|
|
${1:name}: do${2: ${3:i} = ${4:1}, ${5:100}, ${6:1}}
|
|
$0
|
|
end do $1 |