highlights(twig): fix captures

This commit is contained in:
ObserverOfTime 2022-10-22 18:23:22 +03:00
parent 353538d570
commit 8034ae85db

View file

@ -41,20 +41,11 @@
"="
] @punctuation.delimiter
(interpolated_string [
"#{"
"}"
] @punctuation.delimiter)
(interpolated_string ["#{" "}"] @punctuation.special)
[
"("
")"
"["
"]"
"{"
"(" ")"
"[" "]"
] @punctuation.bracket
(hash [
"}"
] @punctuation.bracket)
(hash ["{" "}"] @punctuation.bracket)