summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/text_html.itSnippet
blob: aac68504cd8b866c45daaeeb0de00706272b3276 (plain)
1
2
3
4
5
6
{
    title: 'HTML TextBox'
    tab_trigger: 'text'
    scope: 'text.html.prado'
    content: '<com:THtmlArea${1: ID="${2:text}"}${3: Text="${4:text}"}/>$0'
}