Skip to content

Commit

Permalink
Add indentation patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk committed Apr 17, 2012
1 parent c9b4d9f commit 84a2e44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/Julia.tmbundle/Preferences/Comments.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<string>source.julia</string>
<key>settings</key>
<dict>
<key>decreaseIndentPattern</key>
<string>^\s*((end|else|elsif)\b)</string>
<key>increaseIndentPattern</key>
<string>^\s*(if|while|for|begin|function|struct|macro|module|type|let)\b.*\s*$</string>
<key>shellVariables</key>
<array>
<dict>
Expand Down

0 comments on commit 84a2e44

Please sign in to comment.