mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 09:54:17 +00:00
Last commit before tagging and releasing
This commit is contained in:
9
extras/imported/erlang-mode/Fun Expression.yasnippet
Normal file
9
extras/imported/erlang-mode/Fun Expression.yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: fun
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Fun Expression
|
||||
# --
|
||||
fun
|
||||
(${1:pattern})${2: when ${3:guard}} ->
|
||||
${4:body}
|
||||
end
|
||||
Reference in New Issue
Block a user