Region fold in python

using `#region` and `#endregion`
This commit is contained in:
lizz
2017-10-08 21:08:48 +08:00
committed by GitHub
parent e29c517386
commit f5c051e611

View File

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