summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/col_literal.itSnippet
blob: 3064837c0e4b9b8056b3793526f9c0cf35bfe5c6 (plain)
1
2
3
4
5
6
7
8
{
    title: 'Literal Column'
    tab_trigger: 'col'
    scope: 'text.html.prado'
    content: '<com:TLiteralColumn${1: ID="${2:column}"}
	DataField="${3:text field}"${4:
	DataFormatString="${5:format}"}/>$0'
}