diff options
| -rw-r--r-- | queries/hcl/highlights.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/queries/hcl/highlights.scm b/queries/hcl/highlights.scm index 889f1ab50..0e70dee27 100644 --- a/queries/hcl/highlights.scm +++ b/queries/hcl/highlights.scm @@ -64,10 +64,12 @@ (heredoc_start) ; END ] @punctuation.delimiter -[ - (template_interpolation_start) ; ${ - (template_interpolation_end) ; } -] @string.escape +( template_interpolation + [ + (template_interpolation_start) ; ${ + (template_interpolation_end) ; } + ] @punctuation.bracket +) (numeric_lit) @number (bool_lit) @boolean |
