mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 14:03:04 +00:00
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: whe
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: where
|
|
# --
|
|
where ( $1 ${2:==} $3 )
|
|
$0
|
|
end where |