mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
23 lines
334 B
Scheme
23 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)?)
|