init
This commit is contained in:
8
snippets/dart-mode/fori
Normal file
8
snippets/dart-mode/fori
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: fori
|
||||
# key: fori
|
||||
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region nil))
|
||||
# --
|
||||
for(var ${1:obj} in ${2:collection}) {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user