-
-
Save kujiy/976d5371b4030a43be83 to your computer and use it in GitHub Desktop.
Change to Xoops Smarty Delimiter
This file contains 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
https://github.com/amitsnyderman/sublime-smarty