mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
12 lines
308 B
Scheme
12 lines
308 B
Scheme
; inherits: c
|
|
|
|
(function_declarator
|
|
declarator: (qualified_identifier name: (identifier) @definition.function))
|
|
|
|
(struct_specifier
|
|
name: (type_identifier) @definition.struct
|
|
body: (field_declaration_list))
|
|
|
|
(class_specifier
|
|
name: (type_identifier) @definition.class
|
|
body: (field_declaration_list))
|