init
This commit is contained in:
11
snippets/raku-mode/elsif
Normal file
11
snippets/raku-mode/elsif
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: elsif
|
||||
# key: ifi
|
||||
# --
|
||||
if ${1:condition} {
|
||||
$2
|
||||
} elsif ${3:condition} {
|
||||
$4
|
||||
} else {
|
||||
$5
|
||||
}
|
||||
Reference in New Issue
Block a user