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