mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -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
|
(identifier) @variable
|
||||||
|
|
||||||
; Parameters
|
; Parameters
|
||||||
(parameter) @variable.parameter
|
(parameter
|
||||||
|
"$" @variable.parameter
|
||||||
|
(identifier) @variable.parameter)
|
||||||
|
|
||||||
; Function calls
|
; Function calls
|
||||||
(function_call
|
(function_call
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue