[php] folding snippets

This commit is contained in:
Martin Aeschlimann 2017-11-30 12:11:21 +01:00
parent 0db75de0b2
commit f8217340ad
2 changed files with 15 additions and 1 deletions

View file

@ -53,7 +53,7 @@
"snippets": [
{
"language": "php",
"path": "./snippets/php.json"
"path": "./snippets/php.snippets.json"
}
],
"configuration": {

View file

@ -234,5 +234,19 @@
"$0"
],
"description": "Throw exception"
},
"Region Start": {
"prefix": "#region",
"body": [
"#region"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"#endregion"
],
"description": "Folding Region End"
}
}