nvim-treesitter/runtime/queries/cooklang/highlights.scm
2023-09-09 16:16:51 +02: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)?)