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

11 lines
207 B
Plaintext
Raw Permalink Normal View History

2023-01-20 15:25:20 +01:00
<snippet>
<content><![CDATA[
<form ${1: col="${2}"}>
${3}
</form>
]]></content>
<tabTrigger>tryton_view_form</tabTrigger>
<scope>text.xml</scope>
<description>Tryton: Form view</description>
</snippet>