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