[powershell] invalid auto-closing pairs in language-configuration.json. Fixes #46988

This commit is contained in:
Martin Aeschlimann 2018-04-03 11:57:59 +02:00
parent 644f5d5d16
commit 4bb262df0c

View file

@ -14,7 +14,6 @@
["(", ")"],
{ "open": "\"", "close": "\"", "notIn": ["string"]},
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
["/**", " */"],
["<#", "#>"]
],
"surroundingPairs": [