Created
July 28, 2014 16:26
-
-
Save dasl-/19f3eb5c7f8643442c72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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