diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm index 789f8190c..1d1191862 100644 --- a/queries/julia/highlights.scm +++ b/queries/julia/highlights.scm @@ -298,6 +298,15 @@ "}" ] @punctuation.bracket +; Interpolation +(string_interpolation + . + "$" @punctuation.special) + +(interpolation_expression + . + "$" @punctuation.special) + ; Keyword operators ((operator) @keyword.operator (#any-of? @keyword.operator "in" "isa"))