init
This commit is contained in:
10
snippets/sh-mode/case
Normal file
10
snippets/sh-mode/case
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: case
|
||||
# key: case
|
||||
# --
|
||||
case ${1:cond} in
|
||||
${2:pattern} )
|
||||
${3:stuff}
|
||||
;;
|
||||
$0
|
||||
esac
|
||||
Reference in New Issue
Block a user