Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aalekhpatel07/tree-sitter-cooklang

Tree-sitter for CookLang, the language for writing recipes.
https://github.com/aalekhpatel07/tree-sitter-cooklang

cooklang tree-sitter tree-sitter-cooklang

Last synced: about 1 month ago
JSON representation

Tree-sitter for CookLang, the language for writing recipes.

Awesome Lists containing this project

README

        

# CookLang Tree-Sitter

A [Tree-sitter grammar](https://tree-sitter.github.io/tree-sitter/) for parsing recipes written using the [CookLang spec](https://github.com/cooklang/spec#the-cook-recipe-specification).

## Usage

To highlight a file written using the CookLang spec:

```sh
tree-sitter highlight examples/bar.cook
```