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 8e14cb0 commit 23a460fCopy full SHA for 23a460f
src/extension.ts
@@ -114,7 +114,7 @@ function startClient() {
114
115
vscode.languages.setLanguageConfiguration("EmmyLua", {
116
indentationRules: {
117
- increaseIndentPattern: /do|else|then|repeat/,
+ increaseIndentPattern: /do|else|then|repeat|function[^\)]+\)/,
118
decreaseIndentPattern: /end|else|elseif|until/,
119
}
120
});
0 commit comments