#12976. FSharp auto closing not in string

This commit is contained in:
rebornix 2017-07-20 11:36:15 -07:00
parent edd17df3de
commit 2522d11335

View file

@ -9,10 +9,10 @@
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""]
{ "open": "{", "close": "}" },
{ "open": "[", "close": "]" },
{ "open": "(", "close": ")" },
{ "open": "\"", "close": "\"", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],