summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/step.itSnippet
blob: 4a482ea8bf48e76d32acc405ee93923d5d4095c7 (plain)
1
2
3
4
5
6
7
8
{
    title: 'Wizard Step'
    tab_trigger: 'step'
    scope: 'text.html.prado'
    content: '<com:TWizardStep Title="${1:step}" StepType="${2:Start}">
	$0
</com:TWizardStep>'
}