[scss] add region support

This commit is contained in:
Martin Aeschlimann
2017-11-30 11:51:12 +01:00
parent 20e326771a
commit 8dca274cda
3 changed files with 27 additions and 1 deletions

View File

@@ -21,5 +21,11 @@
["(", ")"],
["\"", "\""],
["'", "'"]
]
],
"folding": {
"markers": {
"start": "^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/",
"end": "^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/"
}
}
}