Elm type snippets

This commit is contained in:
Louis Pilfold 2016-06-01 21:11:40 +01:00
parent f1ca95f112
commit 641ccbefc5

View File

@ -42,3 +42,9 @@ snippet if
${2}
else
${0}
snippet ty
type ${1:Msg}
= ${0}
snippet tya
type alias ${1:Model} =
${0}