feat(twig): improve twig highlights

This commit is contained in:
gbprod 2022-11-30 10:51:24 +01:00 committed by Stephan Seitz
parent d1eaf23c9e
commit 4b90052704

View file

@ -36,10 +36,14 @@
[ [
"," ","
"." "."
] @punctuation.delimiter
[
"?" "?"
":" ":"
"=" "="
] @punctuation.delimiter "|"
] @operator
(interpolated_string ["#{" "}"] @punctuation.special) (interpolated_string ["#{" "}"] @punctuation.special)