blob: 2344f071683d4727bfa1132beb93eab83dbe5a0f (
plain) (
tree)
|
|
# -*- 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$>
|