diff options
| author | 2025-04-07 14:21:14 -0700 | |
|---|---|---|
| committer | 2025-04-07 14:21:14 -0700 | |
| commit | 65b8e7381d2e2ea5f645e081784f771f29ab723f (patch) | |
| tree | 683de53457218f9a43d397163a619e5b7c8d4f96 /oni-php/snippets/php-mode/arrow-function | |
| parent | bc8c3605937ad9668d9b457fcf9a1dc8481745e8 (diff) | |
| download | emacs-config-65b8e7381d2e2ea5f645e081784f771f29ab723f.tar.gz emacs-config-65b8e7381d2e2ea5f645e081784f771f29ab723f.zip | |
oni-php: Add more snippets
Diffstat (limited to 'oni-php/snippets/php-mode/arrow-function')
| -rw-r--r-- | oni-php/snippets/php-mode/arrow-function | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/arrow-function b/oni-php/snippets/php-mode/arrow-function new file mode 100644 index 0000000..43bad1e --- /dev/null +++ b/oni-php/snippets/php-mode/arrow-function @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: arrow-function +# key: fn +# -- +fn($1) => $0
\ No newline at end of file |
