summaryrefslogtreecommitdiffstats
path: root/snippets/delphi-mode/procedure-prototype.yasnippet
blob: 3c1d8cb6405b60ac0d6430941e100afc59066355 (plain) (blame)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# contributor: Alexander Sulfrian <alexander@sulfrian.net>
# name: procedure prototype
# key: proc
# condition: (delphi-in-class-definition)
# --
procedure ${1:Name$(upcase-initials text)}($2);
 $0$>