aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/function
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-08-27 23:53:06 -0700
committerGravatar Tom Willemse2019-08-27 23:53:06 -0700
commite530fbfc5f47e5fb19107f442f3d752ed049817c (patch)
tree99793460084b8663d7fff59492b9f3ba902154e0 /oni-php/snippets/php-mode/function
parent5ab30e5be5262c5abc74b3762a75b17c0eb7710c (diff)
downloademacs-config-e530fbfc5f47e5fb19107f442f3d752ed049817c.tar.gz
emacs-config-e530fbfc5f47e5fb19107f442f3d752ed049817c.zip
Add snippets for ‘oni-php’
Diffstat (limited to 'oni-php/snippets/php-mode/function')
-rw-r--r--oni-php/snippets/php-mode/function8
1 files changed, 8 insertions, 0 deletions
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