agarciamontoro / cook-mode

Emacs syntax highlighting for Cooklang

Home Page:https://cooklang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"))

About

Emacs syntax highlighting for Cooklang

https://cooklang.org

License:MIT License


Languages

Language:Emacs Lisp 100.0%