Emacs
just-mode provides syntax highlighting and automatic indentation of justfile
s. It is available on MELPA as just-mode.
justl provides commands for executing and listing recipes.
You can add the following to an individual justfile
to enable make
mode on a per-file basis:
# Local Variables:
# mode: makefile
# End: