summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/list_dropdown.itSnippet
blob: 57d7fa38fcf1c655aa999ed8ffb582806e2cb83a (plain)
1
2
3
4
5
6
7
8
{
    title: 'Drop Down List'
    tab_trigger: 'list'
    scope: 'text.html.prado'
    content: '<com:TDropDownList${1: ID="${2:dropdown}"}>
	$0
</com:TDropDownList>'
}