Simple Emacs major-mode package for the redo build system.
Copy redo-mode.el
to your load path and use require to load it.
(require 'redo-mode)
You can also use straight.el
/ use-package
in order to use this mode
hassle-free on your system.
(use-package redo-mode
:straight (:host github :repo "cemkeylan/redo-mode")
:mode "\\.do\\'")