nvim-treesitter/queries/cooklang/highlights.scm
2024-06-15 10:40:34 +02:00

24 lines
445 B
Scheme

(metadata) @comment
(comment) @comment @spell
(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)?)