Skip to content

Commit 00917d3

Browse files
authored
Added missing record struct highlight (#229)
Co-authored-by: Gustavo Bogarín <[email protected]>
1 parent 9c494a5 commit 00917d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

queries/highlights.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
(enum_declaration name: (identifier) @type)
88
(struct_declaration (identifier) @type)
99
(record_declaration (identifier) @type)
10+
(record_struct_declaration (identifier) @type)
1011
(namespace_declaration name: (identifier) @type)
1112

1213
(constructor_declaration name: (identifier) @type)

0 commit comments

Comments
 (0)