mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
8 lines
196 B
XML
8 lines
196 B
XML
<snippet>
|
|
<tabTrigger>def</tabTrigger>
|
|
<scope>source.python</scope>
|
|
<description>Function</description>
|
|
|
|
<content><![CDATA[def ${1:function}($2):
|
|
${0:pass}]]></content>
|
|
</snippet> |