Add rego-mode
This commit is contained in:
parent
cfbe6c2f87
commit
61e6308e8c
@ -6740,3 +6740,9 @@ makes quotes curly and dashes long, etc.
|
|||||||
(use-package typo
|
(use-package typo
|
||||||
:commands (typo-mode typo-global-mode))
|
:commands (typo-mode typo-global-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Open Policy Agent
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package rego-mode
|
||||||
|
:mode (("\\.rego\\'" . rego-mode)))
|
||||||
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user