Merge pull request #389 from leungbk/cc-if

cc-mode/if: escape backslashes
This commit is contained in:
Andrea Crotti 2020-08-02 17:58:52 +01:00 committed by GitHub
commit b83c0f2f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
# name: if (...) { ... }
# key: if
# --
if (${1:condition}) ${2:{
if (${1:condition}) ${2:\{
$0
}}
\}}