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 ] @punctuation.delimiter
(interpolated_string [ (interpolated_string ["#{" "}"] @punctuation.special)
"#{"
"}"
] @punctuation.delimiter)
[ [
"(" "(" ")"
")" "[" "]"
"["
"]"
"{"
] @punctuation.bracket ] @punctuation.bracket
(hash [ (hash ["{" "}"] @punctuation.bracket)
"}"
] @punctuation.bracket)