Skip to content

Commit

Permalink
Move folding settings.
Browse files Browse the repository at this point in the history
Conflicts:
	Preferences/Miscellaneous.tmPreferences
	Syntaxes/Ada.plist
  • Loading branch information
infininight committed Nov 19, 2012
1 parent a7f0f19 commit ae42baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Preferences/Miscellaneous.tmPreferences
Expand Up @@ -12,6 +12,10 @@
<string>\b(?i:(loop|declare|begin|exception|when|is|then|else|task)[^;]*$)\b</string>
<key>decreaseIndentPattern</key>
<string>\b(begin|end|else)\b</string>
<key>foldingStartMarker</key>
<string>\b(?i:(procedure|package|function|task|type|loop|declare)[^;]*$)</string>
<key>foldingStopMarker</key>
<string>\b(?i:(end))\b</string>
</dict>
<key>uuid</key>
<string>D6D3DAAA-49B9-46C7-AFB4-C3BD4927C5EB</string>
Expand Down
4 changes: 0 additions & 4 deletions Syntaxes/Ada.plist
Expand Up @@ -9,10 +9,6 @@
<string>adb</string>
<string>ads</string>
</array>
<key>foldingStartMarker</key>
<string>\b(?i:(procedure|package|function|task|type|loop|declare)[^;]*$)\b</string>
<key>foldingStopMarker</key>
<string>\b(?i:(end))\b</string>
<key>keyEquivalent</key>
<string>^~A</string>
<key>name</key>
Expand Down

0 comments on commit ae42baa

Please sign in to comment.