Commit 8ee3869 1 parent 45ce377 commit 8ee3869 Copy full SHA for 8ee3869
File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 7
7
<string >pas </string >
8
8
<string >p </string >
9
9
</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 >
14
10
<key >keyEquivalent </key >
15
11
<string >^~P </string >
16
12
<key >name </key >
You can’t perform that action at this time.
0 commit comments