aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/function-expression
diff options
context:
space:
mode:
Diffstat (limited to 'oni-php/snippets/php-mode/function-expression')
-rw-r--r--oni-php/snippets/php-mode/function-expression8
1 files changed, 0 insertions, 8 deletions
diff --git a/oni-php/snippets/php-mode/function-expression b/oni-php/snippets/php-mode/function-expression
deleted file mode 100644
index fa59b03..0000000
--- a/oni-php/snippets/php-mode/function-expression
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet -*-
-# name: function expression
-# key: f
-# condition: (oni-php-in-expression-context-p)
-# --
-function ($1) ${2:use ($3)} {
- $0
-} \ No newline at end of file