Skip to content

Commit 658d3c0

Browse files
feat(snippets): more languages support for prettier (#58)
1 parent be76666 commit 658d3c0

8 files changed

Lines changed: 242 additions & 49 deletions

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"dependencies": {
3434
"@iconscout/unicons": "^4.0.1",
3535
"@masscode/json-server": "^0.18.0",
36+
"@prettier/plugin-php": "^0.18.4",
37+
"@prettier/plugin-pug": "^2.0.0",
38+
"@prettier/plugin-xml": "^2.1.0",
3639
"@sipec/vue3-tags-input": "^3.0.4",
3740
"@types/universal-analytics": "^0.4.5",
3841
"@vueuse/core": "^8.3.1",
@@ -50,6 +53,10 @@
5053
"mitt": "^3.0.0",
5154
"nanoid": "^3.3.1",
5255
"pinia": "^2.0.13",
56+
"prettier": "^2.6.2",
57+
"prettier-plugin-java": "^1.6.1",
58+
"prettier-plugin-sh": "0.8.2",
59+
"prettier-plugin-toml": "^0.3.1",
5360
"sanitize-html": "^2.7.0",
5461
"universal-analytics": "^0.5.3",
5562
"vercel-toast": "^1.5.5",
@@ -91,7 +98,6 @@
9198
"husky": "^7.0.0",
9299
"lint-staged": "^12.1.4",
93100
"npm-run-all": "^4.1.5",
94-
"prettier": "^2.5.1",
95101
"sass": "^1.45.1",
96102
"tsc-watch": "^4.6.0",
97103
"typescript": "^4.5.4",

pnpm-lock.yaml

Lines changed: 172 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)