Skip to content

Commit 12d90f8

Browse files
author
MattDMo
committed
Added Comments.tmPreferences to include triple-quote comment blocks
1 parent db705d6 commit 12d90f8

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Comments.tmPreferences

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>name</key>
6+
<string>Comments</string>
7+
<key>scope</key>
8+
<string>source.python</string>
9+
<key>settings</key>
10+
<dict>
11+
<key>shellVariables</key>
12+
<array>
13+
<dict>
14+
<key>name</key>
15+
<string>TM_COMMENT_START</string>
16+
<key>value</key>
17+
<string># </string>
18+
</dict>
19+
<dict>
20+
<key>name</key>
21+
<string>TM_COMMENT_START_2</string>
22+
<key>value</key>
23+
<string>"""</string>
24+
</dict>
25+
<dict>
26+
<key>name</key>
27+
<string>TM_COMMENT_END_2</string>
28+
<key>value</key>
29+
<string>"""</string>
30+
</dict>
31+
</array>
32+
</dict>
33+
<key>uuid</key>
34+
<string>6550FEAD-D547-44E4-84F7-7D421D6078B0</string>
35+
</dict>
36+
</plist>

0 commit comments

Comments
 (0)