init
This commit is contained in:
8
snippets/fish-mode/sw
Normal file
8
snippets/fish-mode/sw
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: switch
|
||||
# key: sw
|
||||
# --
|
||||
switch ${1:condition}
|
||||
case ${2:*}
|
||||
$0
|
||||
end
|
||||
Reference in New Issue
Block a user