提交 98fa77a6 编写于 作者: A Alex Ross

Remove multiline comment auto closing pair for C++

Part of #77008
上级 d0a5544a
......@@ -13,8 +13,7 @@
{ "open": "{", "close": "}" },
{ "open": "(", "close": ")" },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "/**", "close": " */", "notIn": ["string", "comment"] }
{ "open": "\"", "close": "\"", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],
......@@ -30,4 +29,4 @@
"end": "^\\s*#pragma\\s+endregion\\b"
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册