Skip to content

Commit 68ec525

Browse files
committed
indent pattern
1 parent 2d50d5b commit 68ec525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"indentationRules": {
31-
"increaseIndentPattern": "\\b(do|else|then|repeat)\\b|\\bfunction[^\\)]+\\)",
31+
"increaseIndentPattern": "\\b(do|else|then|repeat|function)\\b((?!end).)*$",
3232
"decreaseIndentPattern": "\\b(end|else|elseif|until)\\b"
3333
}
3434
}

0 commit comments

Comments
 (0)