Skip to content

Instantly share code, notes, and snippets.

@rezozero
Created October 31, 2012 10:41
Show Gist options
  • Select an option

  • Save rezozero/3986356 to your computer and use it in GitHub Desktop.

Select an option

Save rezozero/3986356 to your computer and use it in GitHub Desktop.
Snippet HTML: Input
<snippet>
<content><![CDATA[
<input type="${1:text|hidden|search|email|password}" name="${2:name}" placeholder="${2:placeholder}" value="${2:value}" />
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>input</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html, source.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment