Skip to content

Commit

Permalink
Add condition to cc-mode else-if
Browse files Browse the repository at this point in the history
  • Loading branch information
mamapanda committed Dec 14, 2020
1 parent 44fb0ce commit 518d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc-mode/elseif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: elseif
# --
else if {
else if (${1:condition}) {
`%`$0
}

0 comments on commit 518d1bf

Please sign in to comment.