aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/arrow-function
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-12-10 23:45:27 -0800
committerGravatar Tom Willemse2025-12-10 23:45:27 -0800
commit1b561ab20379af8fd4a3b09cd3ab514858730e52 (patch)
treeb835f5b1db78415fa180d39b3332b2ec0f7b9c57 /oni-php/snippets/php-mode/arrow-function
parent00b9f8090f1a1bd66cf0db9b72afb9936f50284d (diff)
downloademacs-config-1b561ab20379af8fd4a3b09cd3ab514858730e52.tar.gz
emacs-config-1b561ab20379af8fd4a3b09cd3ab514858730e52.zip
oni-php: Add snippets
Diffstat (limited to 'oni-php/snippets/php-mode/arrow-function')
-rw-r--r--oni-php/snippets/php-mode/arrow-function4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-php/snippets/php-mode/arrow-function b/oni-php/snippets/php-mode/arrow-function
index 43bad1e..53e0525 100644
--- a/oni-php/snippets/php-mode/arrow-function
+++ b/oni-php/snippets/php-mode/arrow-function
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name: arrow-function
-# key: fn
+# key: f
# --
-fn($1) => $0 \ No newline at end of file
+fn($1): $2 => $3 \ No newline at end of file