mirror of https://github.com/helix-editor/helix
13 lines
308 B
Scheme
13 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))
|