Skip to content

Commit 1840c32

Browse files
authored
Merge pull request wh0am1-dev#7 from xavier/add-comment-start-definition
Add comment start definition to fix "toggle comment" command
2 parents 755b78a + 7d44b17 commit 1840c32

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

comments.tmPreferences

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//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.p8</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+
</array>
20+
</dict>
21+
<key>uuid</key>
22+
<string>7ECB64D3-77C6-43B2-A105-555AFAE640B3</string>
23+
</dict>
24+
</plist>

0 commit comments

Comments
 (0)