summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/tpl.itSnippet
blob: a9b3abcf72ffc0acbc647e1acbe18feebfd41874 (plain)
1
2
3
4
5
6
7
8
{
    title: 'Template Property'
    tab_trigger: 'tpl'
    scope: 'text.html.prado'
    content: '<prop:${1:Item}Template>
	$0
</prop:$1Template>'
}