summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/item.itSnippet
blob: ebf1964233ed16dd9a522f5682c6c412a5853240 (plain)
1
2
3
4
5
6
{
    title: 'List Item'
    tab_trigger: 'item'
    scope: 'text.html.prado'
    content: '<com:TListItem Value="${1:value}"${2: Text="${3:text}"}/>'
}