summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/list.itSnippet
blob: b30e45d2a66e601c586ea2b92060ae43abcb4109 (plain)
1
2
3
4
5
6
7
8
{
    title: 'List Box'
    tab_trigger: 'list'
    scope: 'text.html.prado'
    content: '<com:TListBox${1: ID="${2:list}"}${3: SelectionMode="${4:Multiple}"}>
	$0
</com:TListBox>'
}