init
This commit is contained in:
9
snippets/raku-mode/given
Normal file
9
snippets/raku-mode/given
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: given
|
||||
# key: given
|
||||
# --
|
||||
given ${1:variable} {
|
||||
when ${2:condition} { ${3:block} }
|
||||
when ${4:condition} { ${5:block} }
|
||||
default { ${6:default-block} }
|
||||
}
|
||||
Reference in New Issue
Block a user