From e530fbfc5f47e5fb19107f442f3d752ed049817c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 27 Aug 2019 23:53:06 -0700 Subject: Add snippets for ‘oni-php’ --- oni-php/snippets/php-mode/function | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 oni-php/snippets/php-mode/function (limited to 'oni-php/snippets/php-mode/function') diff --git a/oni-php/snippets/php-mode/function b/oni-php/snippets/php-mode/function new file mode 100644 index 0000000..ab4cf2c --- /dev/null +++ b/oni-php/snippets/php-mode/function @@ -0,0 +1,8 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: function +# key: function +# -- +function $1($2) +{ + $0 +} \ No newline at end of file -- cgit v1.3-2-g0d8e