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