mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: fun
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Fun Expression
|
|
# --
|
|
fun
|
|
(${1:pattern})${2: when ${3:guard}} ->
|
|
${4:body}
|
|
end |