Skip to content

Commit

Permalink
feat: add gojq (#598)
Browse files Browse the repository at this point in the history
* feat: add gojq

* doc: use common format for description

---------

Co-authored-by: Steven Arcangeli <[email protected]>
  • Loading branch information
telemachus and stevearc authored Dec 21, 2024
1 parent 62055b4 commit c5cdc47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/conform/formatters/gojq.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/itchyny/gojq",
description = "Pure Go implementation of jq.",
},
command = "gojq",
}

0 comments on commit c5cdc47

Please sign in to comment.