提交 f8217340 编写于 作者: M Martin Aeschlimann

[php] folding snippets

上级 0db75de0
......@@ -53,7 +53,7 @@
"snippets": [
{
"language": "php",
"path": "./snippets/php.json"
"path": "./snippets/php.snippets.json"
}
],
"configuration": {
......
......@@ -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"
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册