Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created July 28, 2014 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dasl-/19f3eb5c7f8643442c72 to your computer and use it in GitHub Desktop.
Save dasl-/19f3eb5c7f8643442c72 to your computer and use it in GitHub Desktop.
diff --git a/Smarty.tmPreferences b/Smarty.tmPreferences
index bf6a0ea..f4117e0 100644
--- a/Smarty.tmPreferences
+++ b/Smarty.tmPreferences
@@ -14,13 +14,13 @@
<key>name</key>
<string>SMARTY_LDELIM</string>
<key>value</key>
- <string><![CDATA[{]]></string>
+ <string><![CDATA[{% ]]></string>
</dict>
<dict>
<key>name</key>
<string>SMARTY_RDELIM</string>
<key>value</key>
- <string><![CDATA[}]]></string>
+ <string><![CDATA[ %}]]></string>
</dict>
</array>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment