mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +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"]},
|
||||||
["<#", "#>"]
|
["<#", "#>"]
|
||||||
@@ -29,4 +31,4 @@
|
|||||||
"end": "^\\s*#[eE]nd[rR]egion\\b"
|
"end": "^\\s*#[eE]nd[rR]egion\\b"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user