Add forth mode to emacs
This commit is contained in:
parent
a3cf2733c3
commit
e3a616fefa
3 changed files with 12 additions and 2 deletions
|
@ -40,6 +40,14 @@
|
|||
"SPC" '(:keymap lsp-command-map)
|
||||
)
|
||||
)
|
||||
|
||||
;; Forth syntax support
|
||||
(use-package gforth
|
||||
;; Included in the gforth package, see emacs/default.nix
|
||||
:ensure nil
|
||||
:mode ("\\.fs\\'" . forth-mode)
|
||||
:mode ("\\.fb\\'" . forth-block-mode)
|
||||
)
|
||||
|
||||
;; Markdown syntax support
|
||||
(use-package markdown-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue