mirror of https://github.com/Wilfred/difftastic/
feat: add GH tag queries
parent
978daf49f6
commit
0d33f0422a
@ -0,0 +1,9 @@
|
||||
(struct_specifier name: (type_identifier) @name body:(_)) @definition.class
|
||||
|
||||
(declaration type: (union_specifier name: (type_identifier) @name)) @definition.class
|
||||
|
||||
(function_declarator declarator: (identifier) @name) @definition.function
|
||||
|
||||
(type_definition declarator: (type_identifier) @name) @definition.type
|
||||
|
||||
(enum_specifier name: (type_identifier) @name) @definition.type
|
||||
Loading…
Reference in New Issue