From e607de4e1e0872935edceccd371e9f0769a88b01 Mon Sep 17 00:00:00 2001 From: mhoffm Date: Fri, 2 Jul 2021 08:40:08 +0200 Subject: update lockfile to point to v0.4.0; update highlight queries --- queries/hcl/highlights.scm | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'queries') diff --git a/queries/hcl/highlights.scm b/queries/hcl/highlights.scm index f68137c42..889f1ab50 100644 --- a/queries/hcl/highlights.scm +++ b/queries/hcl/highlights.scm @@ -54,18 +54,20 @@ ] @conditional [ - (string_lit) - (quoted_template) - (heredoc_template) + (quoted_template_start) ; " + (quoted_template_end); " + (template_literal) ; non-interpolation/directive content ] @string - [ - (heredoc_identifier) - (heredoc_start) + (heredoc_identifier) ; <