From d1f9bd4823628d26a10b98acc9b3b6dbc7b1c053 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Mon, 24 Jun 2024 13:10:12 +0200 Subject: feat: support gluon fmt (#473) --- lua/conform/formatters/gluon_fmt.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/conform/formatters/gluon_fmt.lua (limited to 'lua/conform') diff --git a/lua/conform/formatters/gluon_fmt.lua b/lua/conform/formatters/gluon_fmt.lua new file mode 100644 index 0000000..964c497 --- /dev/null +++ b/lua/conform/formatters/gluon_fmt.lua @@ -0,0 +1,10 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/gluon-lang/gluon", + description = "Code formatting for the gluon programming language.", + }, + command = "gluon", + args = { "fmt", "$FILENAME" }, + stdin = false, +} -- cgit v1.2.3-70-g09d2