[go} adopt language configuration settings from go extension

This commit is contained in:
Martin Aeschlimann 2016-07-25 21:30:33 +02:00
parent fd674fa8e6
commit 8020da609f

View file

@ -12,9 +12,9 @@
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"],
["`", "`"]
{ "open": "`", "close": "`", "notIn": ["string"]},
{ "open": "\"", "close": "\"", "notIn": ["string"]},
{ "open": "'", "close": "'", "notIn": ["string", "comment"]}
],
"surroundingPairs": [
["{", "}"],