7 lines
238 B
XML
7 lines
238 B
XML
<snippet>
|
|
<content><![CDATA[case ${1:a} of ${2:True} -> ${3:$1}
|
|
${1/./ /g} ${4:otherwise} -> ${0:$1}]]></content>
|
|
<tabTrigger>case</tabTrigger>
|
|
<scope>source.haskell</scope>
|
|
<description>Case</description>
|
|
</snippet>
|