Major mode for editing Earthly Earthfile (https://docs.earthly.dev/docs/earthfile) developed by @wingyplus, @TheCoreMan and @duck1123
- Syntax highlighting support.
- Toggle comment.
If you're using use-package
, you can do:
(use-package earthfile-mode
:ensure t)
Just run this command in Emacs:
M-x package-install RET earthfile-mode RET
Add earthfile-mode
to load-path
using add-to-list
:
(add-to-list 'load-path "path/to/earthfile-mode")
(require 'earthfile-mode)