Skip to content

Commit c5d6c17

Browse files
committed
Create Comments.tmPreferences
1 parent 4dbaccd commit c5d6c17

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Comments.tmPreferences

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>name</key>
5+
<string>Comments</string>
6+
<key>scope</key>
7+
<string>source.cfg</string>
8+
<key>settings</key>
9+
<dict>
10+
<key>shellVariables</key>
11+
<array>
12+
<dict>
13+
<key>name</key>
14+
<string>TM_COMMENT_START</string>
15+
<key>value</key>
16+
<string>//</string>
17+
</dict>
18+
</array>
19+
</dict>
20+
</dict>
21+
</plist>

0 commit comments

Comments
 (0)