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