Skip to content

Commit

Permalink
feat(bash): Highlight declaration and unset command parameters (#6634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdezFOmar committed May 22, 2024
1 parent 73fb37e commit 7add411
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions queries/bash/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@
(word) @variable.parameter)
])

(declaration_command
(word) @variable.parameter)

(unset_command
(word) @variable.parameter)

(number) @number

((word) @number
Expand Down

0 comments on commit 7add411

Please sign in to comment.