mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
22 lines
418 B
Scheme
22 lines
418 B
Scheme
(metadata) @comment
|
|
|
|
(ingredient
|
|
"@" @punctuation.delimiter
|
|
(name)? @string.special.symbol
|
|
(amount
|
|
(quantity)? @number
|
|
(units)? @constant)?)
|
|
|
|
(timer
|
|
"~" @punctuation.delimiter
|
|
(name)? @string.special.symbol
|
|
(amount
|
|
(quantity)? @number
|
|
(units)? @constant)?)
|
|
|
|
(cookware
|
|
"#" @punctuation.delimiter
|
|
(name)? @string.special.symbol
|
|
(amount
|
|
(quantity)? @number
|
|
(units)? @constant)?)
|