mirror of
https://github.com/samsonjs/config.git
synced 2026-04-25 14:47:40 +00:00
7 lines
224 B
XML
7 lines
224 B
XML
<snippet>
|
|
<content><![CDATA[if __name__ == '__main__':
|
|
${1:main()}$0]]></content>
|
|
<tabTrigger>ifmain</tabTrigger>
|
|
<scope>source.python</scope>
|
|
<description>if __name__ == '__main__'</description>
|
|
</snippet>
|