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 2e6d3d6 commit 1196b8dCopy full SHA for 1196b8d
lib_src/misc/blocks.ts
@@ -32,7 +32,7 @@ function isEnd(lineInfo: LineInfo) {
32
if (isStringEnd(lineInfo)) {
33
return true
34
}
35
- return /^(end\b|\)|\]|\})/.test(lineInfo.line)
+ return /^(end\b|\)|]|})/.test(lineInfo.line)
36
37
38
function isStringEnd(lineInfo: LineInfo) {
0 commit comments