blob: 09927acb623f099b6b02fb61adecccf7fabf630b (
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$(capitalize text)}($2);
$0
|