diff options
| author | 2025-12-10 23:45:27 -0800 | |
|---|---|---|
| committer | 2025-12-10 23:45:27 -0800 | |
| commit | 1b561ab20379af8fd4a3b09cd3ab514858730e52 (patch) | |
| tree | b835f5b1db78415fa180d39b3332b2ec0f7b9c57 /oni-php/snippets/php-mode/arrow-function | |
| parent | 00b9f8090f1a1bd66cf0db9b72afb9936f50284d (diff) | |
| download | emacs-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-function | 4 |
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 |
