First commit.
This commit is contained in:
8
snippets/sh-mode/case
Normal file
8
snippets/sh-mode/case
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: case
|
||||
# key: case
|
||||
# uuid: case
|
||||
# --
|
||||
case ${1:var} in
|
||||
${2:match}) $0 ;;
|
||||
esac
|
Reference in New Issue
Block a user