10 lines
347 B
XML
10 lines
347 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
context = Transaction().context
|
|
]]></content>
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
|
<tabTrigger>tryton_context</tabTrigger>
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
|
<scope>source.python</scope>
|
|
<description>Tryton: context</description>
|
|
</snippet> |