Add code folding #region support in coffeescript

This commit is contained in:
nkofl
2017-11-29 14:02:47 -05:00
committed by GitHub
parent 375605af84
commit 19e01f7f97

View File

@@ -23,6 +23,10 @@
["'", "'"]
],
"folding": {
"offSide": true
"offSide": true,
"markers": {
"start": "^\\s*#region\\b",
"end": "^\\s*#endregion\\b"
}
}
}
}