(Incomplete) Emacs mode for RCL Configuration Language
Currently provides syntax highlighting and indentation.
From master:
(use-package rcl-mode
:straight (rcl-mode :type git :host github :repo "qezz/rcl-mode"))
Specific version:
(use-package rcl-mode
:straight (rcl-mode :type git :host github :repo "qezz/rcl-mode" :branch "v0.1.0"))