Set base highlight for identifiers in go to variable highlight color (#25128)

Closes #24947 

Release Notes:

- N/A
This commit is contained in:
Ben Kunkle 2025-02-18 20:54:51 -05:00 committed by GitHub
parent 372aaecdb4
commit bb600acaa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
(identifier) @variable
(type_identifier) @type
(field_identifier) @variable.member