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