Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 550 Bytes

cook-mode

Basic syntax highlight of cooklang on Emacs

Example of syntax highlight

Installation

For vanilla emacs users

Add the following to your .emacs.el or .emacs.d/init.el

(load "/path/to/install/directory/cook-mode.el")

For doom emacs user

Add the following to your packages.el

(package! cook-mode
  :recipe (:host github 
            :repo "cooklang/cook-mode"))