diff options
| author | 2024-12-23 11:00:40 -0800 | |
|---|---|---|
| committer | 2024-12-23 11:00:40 -0800 | |
| commit | ba8d5430507ab7a0c8c142037fccc28ef629d788 (patch) | |
| tree | ec0b3c9f3723f706ef0bf32095f6e128512df7a3 /oni-php/snippets/php-mode/php | |
| parent | 61e16081741796fd06f3a9b05b7b9a6aba2545c3 (diff) | |
| download | emacs-config-ba8d5430507ab7a0c8c142037fccc28ef629d788.tar.gz emacs-config-ba8d5430507ab7a0c8c142037fccc28ef629d788.zip | |
Add PHP snippet for <?php header
Diffstat (limited to 'oni-php/snippets/php-mode/php')
| -rw-r--r-- | oni-php/snippets/php-mode/php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/php b/oni-php/snippets/php-mode/php new file mode 100644 index 0000000..12f7492 --- /dev/null +++ b/oni-php/snippets/php-mode/php @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: <?php +# key: php +# -- +<?php |
