From f844d29ae413a925d0b8a73ed7174705a3cb56fe Mon Sep 17 00:00:00 2001 From: Simone Mastromattei Date: Sat, 30 Sep 2023 17:07:43 +0200 Subject: [PATCH] add Prettierd Format (#8819) --- repository/p.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/p.json b/repository/p.json index 9438cf3a29..e64a2a67d9 100644 --- a/repository/p.json +++ b/repository/p.json @@ -2246,6 +2246,18 @@ } ] }, + { + "name": "Prettierd Format", + "details": "https://github.com/smastrom/sublime-prettierd-format", + "author": "Simone Mastromattei", + "labels": ["prettier", "prettierd", "format"], + "releases": [ + { + "sublime_text": ">=3092", + "tags": true + } + ] + }, { "name": "Pretty EDN", "details": "https://github.com/oakmac/sublime-pretty-edn",