Merge remote-tracking branch 'origin/main'

This commit is contained in:
Paul Gauthier 2024-03-22 10:03:04 -07:00
commit 837f3ab048
2 changed files with 77 additions and 0 deletions

View file

@ -21,3 +21,21 @@
(new_expression
constructor: (identifier) @name.reference.class) @reference.class
(function_declaration
name: (identifier) @name.definition.function) @definition.function
(method_definition
name: (property_identifier) @name.definition.method) @definition.method
(class_declaration
name: (type_identifier) @name.definition.class) @definition.class
(interface_declaration
name: (type_identifier) @name.definition.class) @definition.class
(type_alias_declaration
name: (type_identifier) @name.definition.type) @definition.type
(enum_declaration
name: (identifier) @name.definition.enum) @definition.enum