Add Cooklang

This commit is contained in:
Addison Chan 2022-03-14 10:01:14 -07:00 committed by Stephan Seitz
parent c993f27469
commit 2dfe7a5839
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,22 @@
(metadata) @comment
(ingredient
"@" @tag
(name)? @text.title
(amount
(quantity)? @number
(units)? @tag.attribute)?)
(timer
"~" @tag
(name)? @text.title
(amount
(quantity)? @number
(units)? @tag.attribute)?)
(cookware
"#" @tag
(name)? @text.title
(amount
(quantity)? @number
(units)? @tag.attribute)?)