Updated the comments to use block comments instead of single-line comments.

This is useful to comment blocks that comtains handlebars code.
This commit is contained in:
Krutius 2013-08-22 12:17:44 +02:00
parent 1a7eb4720b
commit 67df27ae29
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>{{! </string>
<string>{{!-- </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_END</string>
<key>value</key>
<string> }}</string>
<string> --}}</string>
</dict>
</array>
</dict>