Regenerate nvim config
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
(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)?)
|
||||
Reference in New Issue
Block a user