mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
fix(cooklang): add some missing highlights
This commit is contained in:
parent
2e9c346aef
commit
4bbd2e72f8
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
(comment) @comment @spell
|
(comment) @comment @spell
|
||||||
|
|
||||||
|
[
|
||||||
|
"{"
|
||||||
|
"}"
|
||||||
|
] @punctuation.bracket
|
||||||
|
|
||||||
|
"%" @punctuation.special
|
||||||
|
|
||||||
(ingredient
|
(ingredient
|
||||||
"@" @punctuation.delimiter
|
"@" @punctuation.delimiter
|
||||||
(name)? @string.special.symbol
|
(name)? @string.special.symbol
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue