aboutsummaryrefslogtreecommitdiff
path: root/language-configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'language-configuration.json')
-rw-r--r--language-configuration.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-configuration.json b/language-configuration.json
index 243adf8..a5ffc97 100644
--- a/language-configuration.json
+++ b/language-configuration.json
@@ -3,7 +3,7 @@
"lineComment": "--"
},
"indentationRules": {
- "increaseIndentPattern": "^ *(if|function)( (.*)|)$",
+ "increaseIndentPattern": "^ *(if|function|foreach)( (.*)|)$",
"decreaseIndentPattern": "^ *(else( .*|)|end)$"
}
} \ No newline at end of file