summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/view.itSnippet
blob: f163e87b0048df3ef21b42fdadbf43fd5232a3f3 (plain)
1
2
3
4
5
6
7
8
{
    title: 'View Panel'
    tab_trigger: 'view'
    scope: 'text.html.prado'
    content: '<com:TView ID="${1:view}">
	$0	
</com:TView>'
}