Skip to content

Commit 02c64a8

Browse files
authored
Merge pull request #60 from mamapanda/cc-mode-elseif-patch
Add condition to cc-mode else-if
2 parents 44fb0ce + 518d1bf commit 02c64a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc-mode/elseif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: elseif
33
# --
4-
else if {
4+
else if (${1:condition}) {
55
`%`$0
66
}

0 commit comments

Comments
 (0)