crates/languages/src/go/highlights.scm 🔗
@@ -110,6 +110,9 @@
(imaginary_literal)
] @number
+(const_spec
+ name: (identifier) @constant)
+
[
(true)
(false)
Thorsten Ball created
Release Notes:
- N/A
crates/languages/src/go/highlights.scm | 3 +++
1 file changed, 3 insertions(+)
@@ -110,6 +110,9 @@
(imaginary_literal)
] @number
+(const_spec
+ name: (identifier) @constant)
+
[
(true)
(false)