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