summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/pass.itSnippet
blob: 38957e8db9d7e34af66f132db986b41649449cda (plain)
1
2
3
4
5
6
{
    title: 'Password TextBox'
    tab_trigger: 'pass'
    scope: 'text.html.prado'
    content: '<com:TTextBox${1: ID="${2:text}"} TextMode="Password"/>$0'
}