提交 172184c8 编写于 作者: M Martin Aeschlimann

HTML files: curly braces, brackets, and parens do not wrap a selection. Fixes #16408

上级 2d737487
......@@ -17,6 +17,10 @@
],
"surroundingPairs": [
{ "open": "'", "close": "'" },
{ "open": "\"", "close": "\"" }
{ "open": "\"", "close": "\"" },
{ "open": "{", "close": "}"},
{ "open": "[", "close": "]"},
{ "open": "(", "close": ")" },
{ "open": "<", "close": ">" }
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册