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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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