Install yasnippet and vala-snippets packages
This commit is contained in:
8
elpa/yasnippet-20160924.2001/snippets/go-mode/forrange
Normal file
8
elpa/yasnippet-20160924.2001/snippets/go-mode/forrange
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for range
|
||||
# key: range
|
||||
# contributor : @atotto
|
||||
# --
|
||||
for ${3:key}, ${2:value} := range ${1:target} {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user