mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
[powershell] block comment does not auto-close. Fixes #9799
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
["(", ")"],
|
["(", ")"],
|
||||||
{ "open": "\"", "close": "\"", "notIn": ["string"]},
|
{ "open": "\"", "close": "\"", "notIn": ["string"]},
|
||||||
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
|
||||||
["/**", " */"]
|
["/**", " */"],
|
||||||
|
["<#", "#>"]
|
||||||
],
|
],
|
||||||
"surroundingPairs": [
|
"surroundingPairs": [
|
||||||
["{", "}"],
|
["{", "}"],
|
||||||
|
|||||||
Reference in New Issue
Block a user