[css] region snippets

This commit is contained in:
Martin Aeschlimann
2017-11-30 11:43:25 +01:00
parent 4ccce4f92d
commit d0be636bfd
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"Region Start": {
"prefix": "#region",
"body": [
"/*#region $0*/"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"/*#endregion $0*/"
],
"description": "Folding Region End"
}
}