mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
Add PowerShell herestring autoclosing pairs
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
["{", "}"],
|
["{", "}"],
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
|
{ "open": "@'", "close": "\n'@", "notIn": ["string", "comment"]},
|
||||||
|
{ "open": "@\"", "close": "\n\"@", "notIn": ["string", "comment"]},
|
||||||
{ "open": "\"", "close": "\"", "notIn": ["string"]},
|
{ "open": "\"", "close": "\"", "notIn": ["string"]},
|
||||||
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
|
||||||
["<#", "#>"]
|
["<#", "#>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user