Unnamed repository; edit this file 'description' to name the repository.
configure colorizedBracketPairs
| -rw-r--r-- | editors/code/language-configuration.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index 382484bc74..855b9966bb 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -9,6 +9,11 @@ ["(", ")"], ["<", ">"] ], + "colorizedBracketPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"] + ], "autoClosingPairs": [ { "open": "{", "close": "}" }, { "open": "[", "close": "]" }, |