提交 abaf393e 编写于 作者: M Martin Aeschlimann

Fix broken regex of OR condition for fold marker. Fixes #37531

上级 43eb032f
......@@ -26,8 +26,8 @@
],
"folding": {
"markers": {
"start": "^\\s*//\\s*(#?region\\b)|(<editor-fold\\b)",
"end": "^\\s*//\\s*(#?endregion\\b)|(</editor-fold>)"
"start": "^\\s*//\\s*(?:(?:#?region\\b)|(?:<editor-fold\\b))",
"end": "^\\s*//\\s*(?:(?:#?endregion\\b)|(?:</editor-fold>))"
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册