This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.emacs.d/snippets/scheme-mode/match*

7 lines
156 B
Plaintext

# -*- mode: snippet -*-
# contributor: Collin J. Doering
# name: match*
# key: mat*
# --
(match* (${1:vals})
[${2:pat}${3: #:when ${4:expr}} ${5:body}]$0)