init
This commit is contained in:
7
snippets/erlang-mode/if
Normal file
7
snippets/erlang-mode/if
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if ... -> ... ; true -> ... end
|
||||
# --
|
||||
if
|
||||
$1 -> $2;
|
||||
true -> $0
|
||||
end
|
||||
Reference in New Issue
Block a user