add: support for nickel format as Nickel fixer (#4665)

Nickel(https://nickel-lang.org/) is a configuration language, like
Jsonnet, Cue, Dhall.

`nickel`(https://github.com/tweag/nickel) is the main command to run,
export and also format Nickel code.

this commit adds `nickel format` as a Nickel fixer, together with some
tests and documentation.
This commit is contained in:
Yining
2023-12-08 01:55:14 +11:00
committed by GitHub
parent fc45a935bf
commit 32ee7039d0
7 changed files with 80 additions and 1 deletions

View File

@@ -382,6 +382,8 @@ Notes:
* `mmc`!!
* NASM
* `nasm`!!
* Nickel
* `nickel_format`
* Nim
* `nim check`!!
* `nimlsp`