mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-08 10:51:06 +08:00
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:
@@ -391,6 +391,8 @@ formatting.
|
||||
* [mmc](http://mercurylang.org) :floppy_disk:
|
||||
* NASM
|
||||
* [nasm](https://www.nasm.us/) :floppy_disk:
|
||||
* Nickel
|
||||
* [nickel_format](https://github.com/tweag/nickel#formatting)
|
||||
* Nim
|
||||
* [nim check](https://nim-lang.org/docs/nimc.html) :floppy_disk:
|
||||
* [nimlsp](https://github.com/PMunch/nimlsp)
|
||||
|
||||
Reference in New Issue
Block a user