提交 b6d8d6ef 编写于 作者: T Tyler Leonhardt

Add PowerShell herestring autoclosing pairs

上级 951164ae
......@@ -12,6 +12,8 @@
["{", "}"],
["[", "]"],
["(", ")"],
{ "open": "@'", "close": "\n'@", "notIn": ["string", "comment"]},
{ "open": "@\"", "close": "\n\"@", "notIn": ["string", "comment"]},
{ "open": "\"", "close": "\"", "notIn": ["string"]},
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
["<#", "#>"]
......@@ -29,4 +31,4 @@
"end": "^\\s*#[eE]nd[rR]egion\\b"
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册