Skip to content

Commit

Permalink
feat: support python-ly (nvim-lua#549)
Browse files Browse the repository at this point in the history
* feat: support python-ly

* fix python-ly

* doc: normalize description format

---------

Co-authored-by: Steven Arcangeli <[email protected]>
  • Loading branch information
2 people authored and F1lipB committed Dec 17, 2024
1 parent a4d9ca3 commit 4910f1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/conform/formatters/python-ly.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/frescobaldi/python-ly",
description = "A Python package and commandline tool to manipulate LilyPond files.",
},
command = "ly",
args = { "reformat", "$FILENAME", "-o", "$FILENAME" },
stdin = false,
}

0 comments on commit 4910f1c

Please sign in to comment.