Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
Fix indentation, issues JuliaEditorSupport#59 and JuliaEditorSupport#61
  • Loading branch information
albertas-jn committed Nov 12, 2017
1 parent 1398e19 commit 8bfa1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Indentation.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<string>^\s*(end|else|elseif|catch|finally).*$</string>

<key>increaseIndentPattern</key>
<string>^(\s*|\w*\s*=\s*|.*@\w*\s*)[\w\s]*(if|else|elseif|for|while|begin|function|type|macro|immutable|try|catch|finally|let|quote|.*\)\s*do|struct)(?!.*\bend\b[^\]]*$).*$</string>
<string>^(\s*|\w*\s*=\s*|@\w*\s*)[\w\s]*(if|else|elseif|for|while|begin|function|type|macro|immutable|try|catch|finally|let|quote|.*\)\s*do|struct)(?!.*\bend\b[^\]]*$).*$</string>

</dict>

Expand Down

0 comments on commit 8bfa1a8

Please sign in to comment.