nvim-treesitter/queries/cooklang/highlights.scm
2024-01-19 16:58:37 +01:00

22 lines
358 B
Scheme

(metadata) @comment
(ingredient
"@" @tag
(name)? @markup.heading
(amount
(quantity)? @number
(units)? @tag.attribute)?)
(timer
"~" @tag
(name)? @markup.heading
(amount
(quantity)? @number
(units)? @tag.attribute)?)
(cookware
"#" @tag
(name)? @markup.heading
(amount
(quantity)? @number
(units)? @tag.attribute)?)