From dd3dff6eebcd8fb14d8ba9b0666365bea62e5d81 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 3 Feb 2016 21:53:13 +0100 Subject: Add own snippets --- snippets/delphi-mode/func-prototype.yasnippet | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 snippets/delphi-mode/func-prototype.yasnippet (limited to 'snippets/delphi-mode/func-prototype.yasnippet') diff --git a/snippets/delphi-mode/func-prototype.yasnippet b/snippets/delphi-mode/func-prototype.yasnippet new file mode 100644 index 0000000..2344f07 --- /dev/null +++ b/snippets/delphi-mode/func-prototype.yasnippet @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Alexander Sulfrian +# name: function prototype +# key: func +# condition: (delphi-in-class-definition) +# -- +function ${1:Name$(upcase-initials text)}($2): $3; + $0$> \ No newline at end of file -- cgit v1.2.3