Skip to content

Commit 80edd63

Browse files
committed
Fix autoclosing pair for array constructor
1 parent 2f2f8e8 commit 80edd63

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
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"open": "(/",
30-
"close": "/)"
30+
"close": "/"
3131
}
3232
],
3333
"surroundingPairs": [

0 commit comments

Comments
 (0)