summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/js.itSnippet
blob: 25bfbede5213d318269049e1bd1565fdd5a9c12b (plain)
1
2
3
4
5
6
7
8
{
    title: 'Script (block)'
    tab_trigger: 'js'
    scope: 'text.html.prado'
    content: '<com:TClientScript${1: ID="${2:script}"}>
	$0
</com:TClientScript>'
}