diff options
| author | 2026-09-08 14:56:51 -0700 | |
|---|---|---|
| committer | 2026-09-08 14:56:51 -0700 | |
| commit | 5fd4013f4565fb7f00c00c25490a263116042a08 (patch) | |
| tree | 8cb21cdc74bc311b3ac43aa51d70a12b5f835625 /emacs/.emacs.d/snippets/php-mode/function-statement | |
| parent | 80fa614c3ca653228c2f32b39bf7cd8f37864bd9 (diff) | |
| download | new-dotfiles-5fd4013f4565fb7f00c00c25490a263116042a08.tar.gz new-dotfiles-5fd4013f4565fb7f00c00c25490a263116042a08.zip | |
emacs: Add snippets
Diffstat (limited to 'emacs/.emacs.d/snippets/php-mode/function-statement')
| -rw-r--r-- | emacs/.emacs.d/snippets/php-mode/function-statement | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/.emacs.d/snippets/php-mode/function-statement b/emacs/.emacs.d/snippets/php-mode/function-statement new file mode 100644 index 0000000..9c44aef --- /dev/null +++ b/emacs/.emacs.d/snippets/php-mode/function-statement @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: function statement +# key: f +# condition: (oni-php-in-expression-context-p) +# -- +/** + * $5 + */ +${1:private} function $2($3): ${4:void} { + $0 +}
\ No newline at end of file |
