yasnippet-snippets/snippets/racket-mode/match

5 lines
115 B
Plaintext
Raw Normal View History

2018-04-10 22:34:04 +02:00
# -*- mode: snippet -*-
# name: (match ... [... ...]...)
# key: match
# --
2018-04-20 22:16:20 +02:00
(match ${1:expression} [${2:clause} $0])