From 3be738312b6e8fa68c3691f77b525212abe143b0 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 26 Aug 2023 05:06:54 -0400 Subject: [PATCH] fix(bash): update queries from upstream (#5321) --- lockfile.json | 2 +- queries/bash/highlights.scm | 1 - queries/bash/injections.scm | 5 +---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lockfile.json b/lockfile.json index de290a220..70441fc76 100644 --- a/lockfile.json +++ b/lockfile.json @@ -15,7 +15,7 @@ "revision": "244426241376b08d9531616290d657106ec8f7ff" }, "bash": { - "revision": "8e286e7673e3fa7ad94ab3159c2b83395d302af4" + "revision": "a7be575f17ff9d5340dfd0f60e466cd92a7501d5" }, "bass": { "revision": "27f110dfe79620993f5493ffa0d0f2fe12d250ed" diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index 8cc84194c..b204c8446 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -49,7 +49,6 @@ (raw_string) (ansi_c_string) (heredoc_body) - (simple_heredoc_body) ] @string [ diff --git a/queries/bash/injections.scm b/queries/bash/injections.scm index 2702ff6bd..fdb03cda5 100644 --- a/queries/bash/injections.scm +++ b/queries/bash/injections.scm @@ -5,9 +5,6 @@ (#set! injection.language "regex")) ((heredoc_redirect - [ - (heredoc_body) - (simple_heredoc_body) - ] @injection.content + (heredoc_body) @injection.content (heredoc_end) @injection.language) (#downcase! @injection.language))