Elm type snippets
This commit is contained in:
parent
f1ca95f112
commit
641ccbefc5
@ -42,3 +42,9 @@ snippet if
|
|||||||
${2}
|
${2}
|
||||||
else
|
else
|
||||||
${0}
|
${0}
|
||||||
|
snippet ty
|
||||||
|
type ${1:Msg}
|
||||||
|
= ${0}
|
||||||
|
snippet tya
|
||||||
|
type alias ${1:Model} =
|
||||||
|
${0}
|
||||||
|
Loading…
Reference in New Issue
Block a user