init
This commit is contained in:
10
snippets/php-mode/match
Normal file
10
snippets/php-mode/match
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: takeo obara<bararararatty@gmail.com>
|
||||
# name: match
|
||||
# key: match
|
||||
# group : control structure
|
||||
# --
|
||||
match (${1:$var}) {
|
||||
${2:$cond} => ${3:$return},
|
||||
$0
|
||||
};
|
||||
Reference in New Issue
Block a user