Elm if and let snippets
This commit is contained in:
parent
40d6b45a71
commit
317155e9eb
@ -21,3 +21,13 @@ snippet case
|
||||
snippet -
|
||||
${1} ->
|
||||
${0}
|
||||
snippet let
|
||||
let
|
||||
${1} = ${2}
|
||||
in
|
||||
${0}
|
||||
snippet if
|
||||
if ${1} then
|
||||
${2}
|
||||
else
|
||||
${0}
|
||||
|
Loading…
Reference in New Issue
Block a user