init
This commit is contained in:
8
snippets/crystal-mode/upt
Normal file
8
snippets/crystal-mode/upt
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: upto(...) { |n| ... }
|
||||
# key: upt
|
||||
# group : control structure
|
||||
# --
|
||||
upto(${n}) { |${i}|
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user