Expand parameter to include dollar sign with identifier

This commit is contained in:
Alan Russell 2025-07-18 16:40:20 +01:00
parent e805476f0a
commit 51947a523c
No known key found for this signature in database

View file

@ -72,7 +72,9 @@
(identifier) @variable
; Parameters
(parameter) @variable.parameter
(parameter
"$" @variable.parameter
(identifier) @variable.parameter)
; Function calls
(function_call