/earthly-emacs

Major mode for editing Earthly Earthfile

Primary LanguageEmacs LispMozilla Public License 2.0MPL-2.0

earthly-mode

Major mode for editing Earthly Earthfile (https://docs.earthly.dev/docs/earthfile) developed by @wingyplus, @TheCoreMan and @duck1123

Current features

  • Syntax highlighting support.
  • Toggle comment.

Installation Notes

use-package

If you're using use-package, you can do:

(use-package earthfile-mode
  :ensure t)

Manual

Add this major mode to load-path using add-to-list:

(add-to-list 'load-path "path/to/earthfile-mode")
(require 'earthfile-mode)

Screenshot

Earthfile syntax