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