diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 13:17:20 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 14:28:33 -0800 |
| commit | e889eaf97699833e88713696a2ea520217b58f84 (patch) | |
| tree | 1bee30a930166d2a97fc8203a51e340d3364fa34 /package.json | |
| parent | f84a45f6f1332db9f7a0579214e76c207508f987 (diff) | |
| download | vim-prettier-e889eaf97699833e88713696a2ea520217b58f84.tar.xz | |
Rebasing vim-prettier plugin Pull Request 120 to 1.0 branch
This is a rebase of https://github.com/prettier/vim-prettier/pull/120/files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index cc35f7c..fc61873 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "url": "git://github.com/prettier/vim-prettier.git" }, "dependencies": { + "@prettier/plugin-lua": "0.0.1", + "@prettier/plugin-php": "^0.9.0", + "@prettier/plugin-python": "prettier/plugin-python", + "@prettier/plugin-swift": "prettier/plugin-swift", "prettier": "^1.10.2" } } |
