mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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)
|
(interpolated_string ["#{" "}"] @punctuation.special)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue