added tags.scm for C

This commit is contained in:
Paul Gauthier 2023-10-19 12:32:44 -07:00
parent ce8b6523a6
commit eec174fae7
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
(struct_specifier name: (type_identifier) @name.definition.class body:(_)) @definition.class
(declaration type: (union_specifier name: (type_identifier) @name)) @definition.class
(declaration type: (union_specifier name: (type_identifier) @name.definition.class)) @definition.class
(function_declarator declarator: (identifier) @name.definition.function) @definition.function