From 844eb7e2e66fcb374dfad07128a89ccdf00f0949 Mon Sep 17 00:00:00 2001 From: Adrian Sieber <36796532+ad-si@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:12:50 +0000 Subject: [PATCH] Add support for formatter "pursfmt" --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2049c04..7f440a8 100644 --- a/package.json +++ b/package.json @@ -295,13 +295,15 @@ "none", "purty", "purs-tidy", - "pose" + "pose", + "pursfmt" ], "markdownEnumDescriptions": [ "No formatting provision", "Use purty. Must be installed - [instructions](https://gitlab.com/joneshf/purty#npm)", "Use purs-tidy. Must be installed - [instructions](https://github.com/natefaubion/purescript-tidy)", - "Use pose (prettier plugin). Must be installed - [instructions](https://pose.rowtype.yoga/)" + "Use pose (prettier plugin). Must be installed - [instructions](https://pose.rowtype.yoga/)", + "Use pursfmt. Must be installed - [instructions](https://github.com/ad-si/pursfmt)" ], "default": "purs-tidy", "description": "Tool to use to for formatting. Must be installed and on PATH (or npm installed with addNpmPath set)"