diff --git a/Indent.tmPreferences b/Indent.tmPreferences index 477b10d..ee0d207 100644 --- a/Indent.tmPreferences +++ b/Indent.tmPreferences @@ -9,9 +9,9 @@ settings decreaseIndentPattern - .*\b(endif|endwhile|loop|endonce)\b.* + .*\b(endif|endwhile|loop|endonce|else)\b.* increaseIndentPattern - .*\b(once|if|repeat|do)\b((?!(endif|endwhile|loop|endonce)\b).)*$ + .*\b(once|if|repeat|do|else)\b((?!(endif|endwhile|loop|endonce)\b).)*$