-
Notifications
You must be signed in to change notification settings - Fork 4
/
Fold.tmPreferences
51 lines (51 loc) · 1.7 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
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>text.html.ngx</string>
<key>settings</key>
<dict>
<key>foldScopes</key>
<array>
<dict>
<key>begin</key>
<string>punctuation.definition.comment.begin</string>
<key>end</key>
<string>punctuation.definition.comment.end</string>
<key>excludeTrailingNewlines</key>
<false/>
</dict>
<dict>
<key>begin</key>
<string>punctuation.section.block.begin</string>
<key>end</key>
<string>punctuation.section.block.end</string>
</dict>
<dict>
<key>begin</key>
<string>punctuation.section.embedded.begin</string>
<key>end</key>
<string>punctuation.section.embedded.end</string>
</dict>
<dict>
<key>begin</key>
<string>punctuation.section.group.begin</string>
<key>end</key>
<string>punctuation.section.group.end</string>
</dict>
<dict>
<key>begin</key>
<string>punctuation.section.mapping.begin</string>
<key>end</key>
<string>punctuation.section.mapping.end</string>
</dict>
<dict>
<key>begin</key>
<string>punctuation.section.sequence.begin</string>
<key>end</key>
<string>punctuation.section.sequence.end</string>
</dict>
</array>
</dict>
</dict>
</plist>