summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/image.itSnippet
blob: 6925d0ad702f05f82b80813a60d5f34719a4853a (plain)
1
2
3
4
5
6
7
8
{
    title: 'Image'
    tab_trigger: 'image'
    scope: 'text.html.prado'
    content: '<com:TImage${1: ID="${2:image}"}
	ImageUrl="${1:image}" 
	AlternateText="${2:text}"/>$0'
}