mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
8 lines
No EOL
196 B
XML
8 lines
No EOL
196 B
XML
<snippet>
|
|
<tabTrigger>def</tabTrigger>
|
|
<scope>source.python</scope>
|
|
<description>Function</description>
|
|
|
|
<content><![CDATA[def ${1:function}($2):
|
|
${0:pass}]]></content>
|
|
</snippet> |