aboutsummaryrefslogtreecommitdiff
path: root/template/javascript/pattern.tpl
blob: 0102f15bc337b8e37ec8efeb55e895d9575678f1 (plain)
1
2
3
4
5
6
\(\S\+\)\.var$
	var {{$1}} = {{_cursor_}};

^\s*\zs\(\S.*\)\.throw$
	throw {{$1}};