2022-03-14 10:01:14 -07:00
|
|
|
(metadata) @comment
|
|
|
|
|
|
2024-06-07 21:33:49 -07:00
|
|
|
(comment) @comment @spell
|
|
|
|
|
|
2024-06-17 20:12:16 -07:00
|
|
|
[
|
|
|
|
|
"{"
|
|
|
|
|
"}"
|
|
|
|
|
] @punctuation.bracket
|
|
|
|
|
|
|
|
|
|
"%" @punctuation.special
|
|
|
|
|
|
2022-03-14 10:01:14 -07:00
|
|
|
(ingredient
|
2024-01-20 16:13:57 +02:00
|
|
|
"@" @punctuation.delimiter
|
|
|
|
|
(name)? @string.special.symbol
|
2024-01-06 15:05:50 +09:00
|
|
|
(amount
|
|
|
|
|
(quantity)? @number
|
2024-01-20 16:13:57 +02:00
|
|
|
(units)? @constant)?)
|
2022-03-14 10:01:14 -07:00
|
|
|
|
|
|
|
|
(timer
|
2024-01-20 16:13:57 +02:00
|
|
|
"~" @punctuation.delimiter
|
|
|
|
|
(name)? @string.special.symbol
|
2024-01-06 15:05:50 +09:00
|
|
|
(amount
|
|
|
|
|
(quantity)? @number
|
2024-01-20 16:13:57 +02:00
|
|
|
(units)? @constant)?)
|
2022-03-14 10:01:14 -07:00
|
|
|
|
|
|
|
|
(cookware
|
2024-01-20 16:13:57 +02:00
|
|
|
"#" @punctuation.delimiter
|
|
|
|
|
(name)? @string.special.symbol
|
2024-01-06 15:05:50 +09:00
|
|
|
(amount
|
|
|
|
|
(quantity)? @number
|
2024-01-20 16:13:57 +02:00
|
|
|
(units)? @constant)?)
|