From 8bfa1a8e686375236b3babceb43aa745e5358602 Mon Sep 17 00:00:00 2001 From: albertas-jn <24507839+albertas-jn@users.noreply.github.com> Date: Sun, 12 Nov 2017 23:01:52 +0100 Subject: [PATCH] mend Fix indentation, issues #59 and #61 --- Indentation.tmPreferences | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indentation.tmPreferences b/Indentation.tmPreferences index 0d89849..b1022b0 100644 --- a/Indentation.tmPreferences +++ b/Indentation.tmPreferences @@ -12,7 +12,7 @@ ^\s*(end|else|elseif|catch|finally).*$ increaseIndentPattern - ^(\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[^\]]*$).*$ + ^(\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[^\]]*$).*$