init
This commit is contained in:
8
snippets/raku-mode/forvc
Normal file
8
snippets/raku-mode/forvc
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for variable is copy
|
||||
# key: forvc
|
||||
# --
|
||||
for ${1:list} -> ${2:i} is copy {
|
||||
$0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user