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