Added emacs scripts
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: case
|
||||
# name: case
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# contributor: Luke Hoersten <luke@hoersten.org>
|
||||
# --
|
||||
case ${1:x} of
|
||||
${2:Data} -> ${4:undefined}
|
||||
${3:Data} -> ${5:undefined}$0
|
Reference in New Issue
Block a user