mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
build(deps): bump tree-sitter-bash to v0.20.5
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user