Files
nvim-treesitter/runtime/queries/cooklang/highlights.scm
2025-05-12 18:43:40 +02:00

32 lines
509 B
Scheme

(metadata) @comment
(comment) @comment @spell
[
"{"
"}"
] @punctuation.bracket
"%" @punctuation.special
(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)?)