mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
fix(bash): update queries from upstream (#5321)
This commit is contained in:
parent
a4f4fcdd3e
commit
3be738312b
3 changed files with 2 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"revision": "244426241376b08d9531616290d657106ec8f7ff"
|
||||
},
|
||||
"bash": {
|
||||
"revision": "8e286e7673e3fa7ad94ab3159c2b83395d302af4"
|
||||
"revision": "a7be575f17ff9d5340dfd0f60e466cd92a7501d5"
|
||||
},
|
||||
"bass": {
|
||||
"revision": "27f110dfe79620993f5493ffa0d0f2fe12d250ed"
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@
|
|||
(raw_string)
|
||||
(ansi_c_string)
|
||||
(heredoc_body)
|
||||
(simple_heredoc_body)
|
||||
] @string
|
||||
|
||||
[
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue