nvim-treesitter/queries/cooklang/highlights.scm

23 lines
334 B
Scheme
Raw Normal View History

2022-03-14 10:01:14 -07:00
(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)?)