diff --git a/queries/twig/highlights.scm b/queries/twig/highlights.scm index 2fbd01715..ca2b380fa 100644 --- a/queries/twig/highlights.scm +++ b/queries/twig/highlights.scm @@ -41,20 +41,11 @@ "=" ] @punctuation.delimiter -(interpolated_string [ - "#{" - "}" -] @punctuation.delimiter) +(interpolated_string ["#{" "}"] @punctuation.special) [ - "(" - ")" - "[" - "]" - "{" + "(" ")" + "[" "]" ] @punctuation.bracket -(hash [ - "}" -] @punctuation.bracket) - +(hash ["{" "}"] @punctuation.bracket)