Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aalekhpatel07/tree-sitter-cooklang
- Owner: aalekhpatel07
- Created: 2023-09-03T17:46:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T20:10:20.000Z (about 1 year ago)
- Last Synced: 2023-09-04T20:05:54.908Z (about 1 year ago)
- Topics: cooklang, tree-sitter, tree-sitter-cooklang
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```