Initial commit
This commit is contained in:
12
xml_record_data.sublime-snippet
Normal file
12
xml_record_data.sublime-snippet
Normal file
@@ -0,0 +1,12 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
<record model="${1:model.name}" id="${2:model_name_record_id}">
|
||||
${3:fields}
|
||||
</record>
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>tryton_record_data</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<scope>text.xml</scope>
|
||||
<description>Tryton: Record for data</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user