summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/delphi-mode/func-prototype.yasnippet
blob: cae55d7a4244fafcfbba8217b5fc805952d567d5 (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$(capitalize text)}($2): $3;
$0