mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
Expand parameter to include dollar sign with identifier
This commit is contained in:
parent
e805476f0a
commit
51947a523c
1 changed files with 3 additions and 1 deletions
|
|
@ -72,7 +72,9 @@
|
|||
(identifier) @variable
|
||||
|
||||
; Parameters
|
||||
(parameter) @variable.parameter
|
||||
(parameter
|
||||
"$" @variable.parameter
|
||||
(identifier) @variable.parameter)
|
||||
|
||||
; Function calls
|
||||
(function_call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue