orca/m private segments

This commit is contained in:
Kelvin Sherlock 2013-06-07 18:48:30 -04:00
parent e700b188b5
commit f76662a196
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<key>settings</key>
<dict>
<key>foldingStartMarker</key>
<string>\b(?i:START|DATA|PRIVDATA)\b</string>
<string>\b(?i:START|PRIVATE|DATA|PRIVDATA)\b</string>
<key>foldingStopMarker</key>
<string>\b(?i:END)\b</string>
</dict>

View File

@ -62,7 +62,7 @@
</dict>
</dict>
<key>match</key>
<string>^([_~A-Za-z][_~A-Za-z0-9]*)\s+((?i)START|DATA|PRIVDATA)\b</string>
<string>^([_~A-Za-z][_~A-Za-z0-9]*)\s+((?i)START|PRIVATE|DATA|PRIVDATA)\b</string>
<key>name</key>
<string>meta.function</string>
</dict>