mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(bash): Highlight declaration and unset command parameters (#6634)
This commit is contained in:
parent
73fb37ed77
commit
7add411eba
1 changed files with 6 additions and 0 deletions
|
|
@ -182,6 +182,12 @@
|
|||
(word) @variable.parameter)
|
||||
])
|
||||
|
||||
(declaration_command
|
||||
(word) @variable.parameter)
|
||||
|
||||
(unset_command
|
||||
(word) @variable.parameter)
|
||||
|
||||
(number) @number
|
||||
|
||||
((word) @number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue