Skip to content

Commit

Permalink
Merge pull request #60 from mamapanda/cc-mode-elseif-patch
Browse files Browse the repository at this point in the history
Add condition to cc-mode else-if
  • Loading branch information
hlissner committed Dec 14, 2020
2 parents 44fb0ce + 518d1bf commit 02c64a8
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 02c64a8

Please sign in to comment.