mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
(command
|
||||||
argument: "$" @string) ; bare dollar
|
argument: "$" @string) ; bare dollar
|
||||||
|
|
||||||
|
(concatenation
|
||||||
|
[
|
||||||
|
(simple_expansion)
|
||||||
|
(expansion)
|
||||||
|
]
|
||||||
|
(word) @string)
|
||||||
|
|
||||||
[
|
[
|
||||||
"if"
|
"if"
|
||||||
"then"
|
"then"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue