Add composer.json snippet
This commit is contained in:
parent
7c90f97f1f
commit
15883c0c1d
1 changed files with 6 additions and 0 deletions
6
vim/vim.symlink/UltiSnips/json.snippets
Normal file
6
vim/vim.symlink/UltiSnips/json.snippets
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
snippet mrepo
|
||||||
|
"$1-module-$2": {
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "git@bitbucket.org:redboxdigital/$1-module-$2"
|
||||||
|
}$0
|
||||||
|
endsnippet
|
Loading…
Add table
Reference in a new issue