mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(bash) Highlight concatenated words as strings
This commit is contained in:
parent
10903b13d8
commit
2c1eb02e92
1 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,13 @@
|
|||
(command
|
||||
argument: "$" @string) ; bare dollar
|
||||
|
||||
(concatenation
|
||||
[
|
||||
(simple_expansion)
|
||||
(expansion)
|
||||
]
|
||||
(word) @string)
|
||||
|
||||
[
|
||||
"if"
|
||||
"then"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue