Install yasnippet and vala-snippets packages
This commit is contained in:
9
elpa/yasnippet-20160924.2001/snippets/haskell-mode/case
Normal file
9
elpa/yasnippet-20160924.2001/snippets/haskell-mode/case
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: case
|
||||
# key: case
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
case ${1:var} of
|
||||
${2:cond} -> ${3:value}
|
||||
$0
|
||||
otherwise -> ${4:other}
|
Reference in New Issue
Block a user