highlights(go): highlight package_identifier as @namespace (#2371)

This commit is contained in:
Stephan Seitz 2022-01-28 18:44:32 +01:00 committed by GitHub
parent 875c1c862c
commit 542d098e14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
(type_identifier) @type
(field_identifier) @property
(identifier) @variable
(package_identifier) @variable
(package_identifier) @namespace
(parameter_declaration (identifier) @parameter)
(variadic_parameter_declaration (identifier) @parameter)