go: Highlight constant identifiers (#12111)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-05-22 08:37:20 +02:00 committed by GitHub
parent a33aedff81
commit 7c9c80d663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,9 @@
(imaginary_literal)
] @number
(const_spec
name: (identifier) @constant)
[
(true)
(false)