summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/tab.itSnippet
blob: 5d8bd9b2aac7c623b38cf12e927e3554b41e5ed7 (plain)
1
2
3
4
5
6
7
8
{
    title: 'Tab'
    tab_trigger: 'tab'
    scope: 'text.html.prado'
    content: '<com:TTabView Caption="${1:tab}">
	$0
</com:TTabView>'
}