Skip to content

Commit

Permalink
Fixes rogue curly brace when tabbing after an include
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Oct 26, 2017
1 parent 199608f commit 3b92727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Snippets/include 2.tmSnippet
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>{% include '${1:template}' with {
${2:key}: ${3:'${4:value}'}
} %}
}} %}
$0</string>
<key>name</key>
<string>include w/ key/value</string>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/include 3.tmSnippet
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>{% include '${1:template}' %}$0</string>
<string>{% include '${1:template}' }%}$0</string>
<key>name</key>
<string>include</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/include 4.tmSnippet
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>{% include '${1:template}' %}$0</string>
<string>{% include '${1:template}' }%}$0</string>
<key>name</key>
<string>inc</string>
<key>scope</key>
Expand Down

0 comments on commit 3b92727

Please sign in to comment.