emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets b7c09f1ad7 8/8: Merge pull request #433


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets b7c09f1ad7 8/8: Merge pull request #433 from takeokunn/master
Date: Mon, 21 Feb 2022 07:58:46 -0500 (EST)

branch: elpa/yasnippet-snippets
commit b7c09f1ad7e1a62da6f6042bfaa2b26d111c7e81
Merge: e095e89699 0d6c0f17e6
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #433 from takeokunn/master
    
    php-mode: add enum keyword
---
 snippets/php-mode/enum | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/snippets/php-mode/enum b/snippets/php-mode/enum
new file mode 100644
index 0000000000..e94b592cbd
--- /dev/null
+++ b/snippets/php-mode/enum
@@ -0,0 +1,11 @@
+# -*- mode: snippet -*-
+# contributor: takeo obara<bararararatty@gmail.com>
+# name: enum
+# key: enum
+# group : definitions
+# --
+enum ${1:Name}${2:: type} {
+    case: ${3:One};
+    case: ${4:Two};
+$0
+}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]