未验证 提交 82031213 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #37789 from KillyMXI/patch-1

Add Region folding for CSS (#3422)
...@@ -20,5 +20,11 @@ ...@@ -20,5 +20,11 @@
["(", ")"], ["(", ")"],
["\"", "\""], ["\"", "\""],
["'", "'"] ["'", "'"]
] ],
"folding": {
"markers": {
"start": "^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/",
"end": "^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/"
}
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册