-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFold.tmPreferences
43 lines (43 loc) · 1.11 KB
/
Fold.tmPreferences
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.pio</string>
<key>settings</key>
<dict>
<key>foldScopes</key>
<array>
<dict>
<key>begin</key>
<string>punctuation.definition.comment.begin.go</string>
<key>end</key>
<string>punctuation.definition.comment.end.go</string>
<key>excludeTrailingNewlines</key>
<false/>
</dict>
<dict>
<key>begin</key>
<string>directive.warp.target</string>
<key>end</key>
<string>directive.warp.source</string>
<key>excludeTrailingNewlines</key>
<false/>
</dict>
<dict>
<key>begin</key>
<string>punctuation.embedded.block.body.begin</string>
<key>end</key>
<string>punctuation.embedded.block.body.end</string>
</dict>
<dict>
<key>begin</key>
<string>directive.program</string>
<key>end</key>
<string>directive.program</string>
<key>excludeTrailingNewlines</key>
<true/>
</dict>
</array>
</dict>
</dict>
</plist>