init
This commit is contained in:
7
snippets/swift-mode/forcase
Normal file
7
snippets/swift-mode/forcase
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: forcase
|
||||
# key: forcase
|
||||
# --
|
||||
for case let $1 in $2 as $3 {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user