emacs: Add gleam-ts-mode
This commit is contained in:
parent
b8e47a6303
commit
d55bed4c81
1 changed files with 8 additions and 0 deletions
|
@ -1687,6 +1687,14 @@ Highlighting for device tree configuration.
|
|||
:hook (tuareg-mode . merlin-mode))
|
||||
#+end_src
|
||||
|
||||
*** Gleam
|
||||
|
||||
Gleam has an official emacs mode: [[https://github.com/gleam-lang/gleam-mode][gleam-ts-mode]]
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package gleam-ts-mode
|
||||
:mode (rx ".gleam" eos))
|
||||
#+end_src
|
||||
|
||||
* Org
|
||||
|
||||
|
|
Loading…
Reference in a new issue