Skip to content

Commit

Permalink
Add missing keywords to Emacs mode
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Nov 17, 2023
1 parent 097fffd commit 32801d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/editor/emacs/lambda-buffers-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(haskell-indent-mode)
(font-lock-add-keywords
nil
'(("\\<\\(record\\|sum\\|derive\\)\\>" . 'font-lock-keyword-face)))
'(("\\<\\(record\\|sum\\|derive\\|opaque\\|prod\\)\\>" . 'font-lock-keyword-face)))
(setq lsp-warn-no-matched-clients nil))

(add-to-list 'auto-mode-alist '("\\.lbf$" . lambda-buffers-mode))
Expand Down

0 comments on commit 32801d1

Please sign in to comment.