[powershell] block comment does not auto-close. Fixes #9799

This commit is contained in:
Martin Aeschlimann 2018-02-09 11:30:33 +01:00
parent 2434bf5704
commit 2504d71ba3

View File

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