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

Merge pull request #39334 from nkofl/nkofl-coffeescript-foldregion

Add code folding #region support in coffeescript
...@@ -23,6 +23,10 @@ ...@@ -23,6 +23,10 @@
["'", "'"] ["'", "'"]
], ],
"folding": { "folding": {
"offSide": true "offSide": true,
"markers": {
"start": "^\\s*#region\\b",
"end": "^\\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.
先完成此消息的编辑!
想要评论请 注册