Skip to content

Commit 2504d71

Browse files
committed
[powershell] block comment does not auto-close. Fixes #9799
1 parent 2434bf5 commit 2504d71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/powershell/language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
["(", ")"],
1515
{ "open": "\"", "close": "\"", "notIn": ["string"]},
1616
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
17-
["/**", " */"]
17+
["/**", " */"],
18+
["<#", "#>"]
1819
],
1920
"surroundingPairs": [
2021
["{", "}"],

0 commit comments

Comments
 (0)