do not autoclose quotes when in strings. Fixes #88265

This commit is contained in:
Martin Aeschlimann
2020-01-09 10:34:35 +01:00
parent 4f6af32f43
commit e9bb8b306c
20 changed files with 56 additions and 53 deletions

View File

@@ -11,7 +11,7 @@
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""]
{ "open": "\"", "close": "\"", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],
@@ -22,4 +22,4 @@
"folding": {
"offSide": true
}
}
}