Skip to content

Commit 518d1bf

Browse files
committed
Add condition to cc-mode else-if
1 parent 44fb0ce commit 518d1bf

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)