Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 428 Bytes

rcl-mode

(Incomplete) Emacs mode for RCL Configuration Language

Currently provides syntax highlighting and indentation.

Install

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"))