Adding a basic form block element snippet
This commit is contained in:
parent
a3f0e7dfd3
commit
1b73eed353
12
Packages/User/formblock.sublime-snippet
Normal file
12
Packages/User/formblock.sublime-snippet
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user