Klimi's new dotfiles with stow.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
|
- # -*- 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) "\}" "")}
|