Adding a basic form block element snippet

This commit is contained in:
Brian 2021-06-22 09:31:15 -06:00
parent a3f0e7dfd3
commit 1b73eed353
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -0,0 +1,12 @@
<snippet>
<content><![CDATA[
<div class="">
<label for="${1:foo}">${2:Foo}</label>
<input type="${3:text}" id="${1:foo}" name="${1:foo}" value="" placeholder="${4:placeholder text}">
</div>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>formblock</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>