Files
emacs/lisp/yasnippet-snippets/snippets/cc-mode/case
2020-12-05 21:29:49 +01:00

9 lines
208 B
Plaintext

# -*- mode: snippet -*-
# name: case : {...}
# key: case
# expand-env: ((yas-also-auto-indent-first-line t))
# --
case ${2:constexpr}:${3: \{}
$0
break;
${3:$(if (string-match "\{" yas-text) "\}" "")}