summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/link_image.itSnippet
blob: 809152d5820781dd72f220f843468417dd6b2d75 (plain)
1
2
3
4
5
6
7
8
9
{
    title: 'Hyper Link (image)'
    tab_trigger: 'link'
    scope: 'text.html.prado'
    content: '<com:THyperLink${1: ID="${2:link}"}
	NavigateUrl="${3:url}"
	ImageUrl="${4:image}"
	Text="${5:$4}"/>$0'
}