Skip to content

Commit b83c0f2

Browse files
authored
Merge pull request #389 from leungbk/cc-if
cc-mode/if: escape backslashes
2 parents a68dc39 + 35cd14d commit b83c0f2

File tree

1 file changed

+2
-2
lines changed
  • snippets/cc-mode

1 file changed

+2
-2
lines changed

snippets/cc-mode/if

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# name: if (...) { ... }
33
# key: if
44
# --
5-
if (${1:condition}) ${2:{
5+
if (${1:condition}) ${2:\{
66
$0
7-
}}
7+
\}}

0 commit comments

Comments
 (0)