We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d50d5b commit 68ec525Copy full SHA for 68ec525
language-configuration.json
@@ -28,7 +28,7 @@
28
}
29
},
30
"indentationRules": {
31
- "increaseIndentPattern": "\\b(do|else|then|repeat)\\b|\\bfunction[^\\)]+\\)",
+ "increaseIndentPattern": "\\b(do|else|then|repeat|function)\\b((?!end).)*$",
32
"decreaseIndentPattern": "\\b(end|else|elseif|until)\\b"
33
34
0 commit comments