Basic syntax highlight of cooklang on Emacs
Example of syntax highlight
Add the following to your .emacs.el or .emacs.d/init.el
(load "/path/to/install/directory/cook-mode.el")
Add the following to your packages.el
(package! cook-mode
:recipe (:host github
:repo "cooklang/cook-mode"))