mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00: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)
|
(word) @variable.parameter)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
(declaration_command
|
||||||
|
(word) @variable.parameter)
|
||||||
|
|
||||||
|
(unset_command
|
||||||
|
(word) @variable.parameter)
|
||||||
|
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
||||||
((word) @number
|
((word) @number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue