mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
10 lines
252 B
XML
10 lines
252 B
XML
<snippet>
|
|
<content><![CDATA[property
|
|
def ${1:foo}(self):
|
|
return self.${2:_$1}
|
|
$0]]></content>
|
|
<tabTrigger>property</tabTrigger>
|
|
<scope>source.python meta.function.decorator</scope>
|
|
<description>New Property</description>
|
|
</snippet>
|