Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/language-configuration.json')
-rw-r--r--editors/code/language-configuration.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json
index 6619d0c85c..aacd48b0f8 100644
--- a/editors/code/language-configuration.json
+++ b/editors/code/language-configuration.json
@@ -14,9 +14,9 @@
["(", ")"]
],
"autoClosingPairs": [
- { "open": "{", "close": "}" },
- { "open": "[", "close": "]" },
- { "open": "(", "close": ")" },
+ { "open": "{", "close": "}", "notIn": ["string"] },
+ { "open": "[", "close": "]", "notIn": ["string"] },
+ { "open": "(", "close": ")", "notIn": ["string"] },
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "/*", "close": " */", "notIn": ["string"] },
{ "open": "`", "close": "`", "notIn": ["string"] },