mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(twig): improve twig highlights
This commit is contained in:
parent
d1eaf23c9e
commit
4b90052704
1 changed files with 5 additions and 1 deletions
|
|
@ -36,10 +36,14 @@
|
|||
[
|
||||
","
|
||||
"."
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
"?"
|
||||
":"
|
||||
"="
|
||||
] @punctuation.delimiter
|
||||
"|"
|
||||
] @operator
|
||||
|
||||
(interpolated_string ["#{" "}"] @punctuation.special)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue