diff --git a/extensions/markdown/markdown.configuration.json b/extensions/markdown/markdown.configuration.json index 29c860e9914..d0a01b172c9 100644 --- a/extensions/markdown/markdown.configuration.json +++ b/extensions/markdown/markdown.configuration.json @@ -22,5 +22,19 @@ "(", ")" ] + ], + "autoClosingPairs": [ + [ + "{", + "}" + ], + [ + "[", + "]" + ], + [ + "(", + ")" + ] ] } \ No newline at end of file