nvim-treesitter/queries/cooklang/highlights.scm
2022-03-17 08:40:34 +01:00

22 lines
334 B
Scheme

(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)?)