build(deps): bump tree-sitter-bash to v0.20.5

This commit is contained in:
Christian Clason
2024-02-10 14:15:43 +01:00
parent e15dfb5f79
commit 71429c90ee
2 changed files with 10 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
"<<-"
"<<<"
".."
"!"
] @operator
; Do *not* spell check strings since they typically have some sort of
@@ -66,6 +67,13 @@
(command
argument: "$" @string) ; bare dollar
(concatenation
[
(simple_expansion)
(expansion)
]
(word) @string)
[
"if"
"then"