Files
sublime-tryton-snippets/xml_view_form_field.sublime-snippet

10 lines
238 B
Plaintext
Raw Permalink Normal View History

2023-01-20 15:25:20 +01:00
<snippet>
<content><![CDATA[
<label name="${1:fieldname}"/>
<field name="${1}"/>
]]></content>
<tabTrigger>tryton_view_form_field</tabTrigger>
<scope>text.xml</scope>
<description>Tryton: View label and field</description>
</snippet>