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