]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/cc-mode/if
Add 'packages/context-coloring/' from commit 'f2b5d796d4dffc71b10503a8ae119bfa3274978e'
[gnu-emacs-elpa] / packages / yasnippet / snippets / cc-mode / if
1 # name: if (...) { ... }
2 # key: if
3 # --
4 if (${1:condition})
5 {
6 $0
7 }