Skip to content

Commit

Permalink
Merge pull request #389 from leungbk/cc-if
Browse files Browse the repository at this point in the history
cc-mode/if: escape backslashes
  • Loading branch information
AndreaCrotti committed Aug 2, 2020
2 parents a68dc39 + 35cd14d commit b83c0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/cc-mode/if
Expand Up @@ -2,6 +2,6 @@
# name: if (...) { ... }
# key: if
# --
if (${1:condition}) ${2:{
if (${1:condition}) ${2:\{
$0
}}
\}}

0 comments on commit b83c0f2

Please sign in to comment.