mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 08:24:18 +00:00
Last commit before tagging and releasing
This commit is contained in:
7
extras/imported/haskell-mode/Case.yasnippet
Normal file
7
extras/imported/haskell-mode/Case.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: case
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Case
|
||||
# --
|
||||
case ${1:a} of ${2:True} -> ${3:$1}
|
||||
${1/./ /g} ${4:otherwise} -> ${0:$1}
|
||||
Reference in New Issue
Block a user