mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
22 lines
334 B
Scheme
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)?)
|