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