Skip to content

Commit 8ee3869

Browse files
committed
Move folding settings.
1 parent 45ce377 commit 8ee3869

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

Preferences/Folding.tmPreferences

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>Folding</string>
7+
<key>scope</key>
8+
<string>source.pascal</string>
9+
<key>settings</key>
10+
<dict>
11+
<key>foldingStartMarker</key>
12+
<string>\b(?i:(function|package|procedure|try|type))\b</string>
13+
<key>foldingStopMarker</key>
14+
<string>\b(?i:(end))\b</string>
15+
</dict>
16+
<key>uuid</key>
17+
<string>68AA0379-4DA7-45CF-82A8-7E0E1623C341</string>
18+
</dict>
19+
</plist>

Syntaxes/Pascal.plist

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<string>pas</string>
88
<string>p</string>
99
</array>
10-
<key>foldingStartMarker</key>
11-
<string>\b(?i:(function|package|procedure|try|type))\b</string>
12-
<key>foldingStopMarker</key>
13-
<string>\b(?i:(end))\b</string>
1410
<key>keyEquivalent</key>
1511
<string>^~P</string>
1612
<key>name</key>

0 commit comments

Comments
 (0)