fix(bash): update queries from upstream (#5321)

This commit is contained in:
Amaan Qureshi 2023-08-26 05:06:54 -04:00 committed by GitHub
parent a4f4fcdd3e
commit 3be738312b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View file

@ -49,7 +49,6 @@
(raw_string)
(ansi_c_string)
(heredoc_body)
(simple_heredoc_body)
] @string
[

View file

@ -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))