config/sublime/Packages/OCaml/fun.sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
188 B
XML

<snippet>
<content><![CDATA[(fun ${1:()} -> ${2:body})]]></content>
<tabTrigger>fun</tabTrigger>
<scope>source.ocaml</scope>
<description>function</description>
</snippet>